You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Currently in the file globals.js we have a dictionary of supported languages. It would be more supportable if the list of supported languages was derived from the translation files and remove the need for this dictionary.
From reading the documentation on I18Next, there is a property i18next.languages that should contain all languages. However, this property does not seem to be initialized. @openchain-visolve do you know of a way to make this function work?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently in the file globals.js we have a dictionary of supported languages. It would be more supportable if the list of supported languages was derived from the translation files and remove the need for this dictionary.
From reading the documentation on I18Next, there is a property i18next.languages that should contain all languages. However, this property does not seem to be initialized. @openchain-visolve do you know of a way to make this function work?
The text was updated successfully, but these errors were encountered: