-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translation and internationalization #11
Comments
Hello. In my opinion, the best way to translate the login page is to translate it into JavaScript. Now there are many cases when the page is rendering using ReactJS, AngularJS and etc. So almost all content of the page is into minified JavaScript files. We will have to impose restrictions on writing the UI to find all strings requiring translation. It's much easier if the UI will translate itself on his own. I can add the value of the header Does this solution suit for you? |
Hi,
thanks for providing this good hydra companion :)
I'd like to install it for some french users but it will be easier for them if we can translate UI.
I can work on it, but I don't know anything about i18n stuff with golang, do you have any opinion? A library of choice?
The text was updated successfully, but these errors were encountered: