-
Notifications
You must be signed in to change notification settings - Fork 133
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
multi language #171
Comments
I already translate to German by hand. Feel free to contact me when this starts, I am happy to contribute! |
Are willing to maintain this feature forever and test it before every release? |
It's not a feature I'd be opposed to, there's a lot of users that are interested (Galene is used by a number of non-profit associations, some of which are devoted to helping people who do not necessarily have a higher education, and who might be put off by an interface in a foreign language). However, I'm not likely to work on it myself, at least not in the near future. |
@jech thats why I also wanted i18n. I work for many non profits and there are many users in non western countries. If you want this golang package would be a good one to use I think https://github.com/donseba/go-translator/ Me and him are working on getting it to be able to translate in real time . That means that it translates everything each time and uses a translation cache to not call out to google translate for each item needing translation. Aka “translation memory “ in the industry. |
Most of Galene's user interface is in the client, so I think it's the Javascript code that needs to be translated first. Once the UI is internationalised, we can think what to do about server messages.
Doesn't this cause privacy issues? There are good reasons why Galene avoids using any third-party services. |
No privacy issues because its a Design / compile time, not runtime. It can be used for golang or JS. Its just translating the files used to hold the GUI text |
Ah, ok. I'm relieved. |
I would like to translate into many languages and think this is a really good solution.
it support extraction on golang code and go html templates.
https://github.com/vorlif/spreak
https://github.com/vorlif/xspreak
The text was updated successfully, but these errors were encountered: