Skip to content
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

Open
gedw99 opened this issue Nov 9, 2023 · 7 comments
Open

multi language #171

gedw99 opened this issue Nov 9, 2023 · 7 comments

Comments

@gedw99
Copy link

gedw99 commented Nov 9, 2023

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

  • all examples here

https://github.com/vorlif/xspreak

  • extractor binary and good tests
@jakobkilian
Copy link

I already translate to German by hand. Feel free to contact me when this starts, I am happy to contribute!

@aguaviva
Copy link

Are willing to maintain this feature forever and test it before every release?

@jech
Copy link
Owner

jech commented Jan 29, 2024

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.

@gedw99
Copy link
Author

gedw99 commented Jan 30, 2024

@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.

@jech
Copy link
Owner

jech commented Jan 30, 2024

If you want this golang package would be a good one to use I think

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.

Me and him are working on getting it to be able to translate in real time

Doesn't this cause privacy issues? There are good reasons why Galene avoids using any third-party services.

@gedw99
Copy link
Author

gedw99 commented Jan 30, 2024

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

@jech
Copy link
Owner

jech commented Jan 31, 2024

Ah, ok. I'm relieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants