-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make the app translatable #23
Comments
Thanks for the suggestion -- do you have any hints on the best way to implement this? |
@thebaer The localization and internationalization story in Go isn't great, but I've worked on it a bit and would be happy to help. Using the facilities that have started to emerge in golang.org/x/text/message it's not too bad to roll your own. I had some trouble getting my catalog generation just right, but I can put those scripts online at some point and save you the trouble if you're using Go's template mechanism. If you're using Printf's heavily the package should support that out of the box. EDIT: oops, I thought this was the writefreely repo for some reason. This is probably not applicable to the GTK app. Sorry :) |
I think you have to deal with You can take a look to the official documentation here : https://elementary.io/fr/docs/code/getting-started#Adding-Translations |
No description provided.
The text was updated successfully, but these errors were encountered: