-
Notifications
You must be signed in to change notification settings - Fork 301
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
Support Localization #29
Comments
I've added localization capabilities to Terminix and am using it successfully to localize the shortcut categories and names from their programatic names to proper english names. I'd appreciate it if someone would be willing to localize Terminix in their language and test the localization next release. I only need one volunteer at this time, so if you are going to it just post in here claiming this task. While others are welcome to localize, I just want to be sure everything works as expected before going full bore into it. |
I can do this.. But, in my OpenSuse I can't install the Terminix to test... :( |
frnogueira, if the language you localize it in is relatively common it should be fine as others can test it. I just want to include at least one localization in the next release to vet it. With respect to OpenSUSE, assuming you meet the dependency requirements listed on the home page, feel free to open an issue for it and I'll help work with it. |
Brazilian portuguese translations 100% |
Thanks Fabio, really appreciate it. I'll be doing a new release in the next day or two that includes this. |
Closing this issue, localization support added in 0.45 |
Currently D does not have an official i18n package. Terminix uses a _() localization function as per GNU gettext but it doesn't actually do anything at the moment. At some point localization needs to be implemented, current localization options are:
Of the four options, we will probably go with the second. While writing an official D version of gettext would be nice, it would be resource intensive. If Option #2 works and is supported by GtkD it would be the best.
The text was updated successfully, but these errors were encountered: