-
Notifications
You must be signed in to change notification settings - Fork 46
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
Extract all strings, use gettext-like strategy for l10n #22
Comments
There are a number of matters to address in pursuing this.
|
For developers, call with Exhibit._(key, arg1, arg2, ...); for example, |
There are a couple non-string entries in the localization hashes that I've left alone to ease this transition; they may need to be modified or excised at a later time. Some entries are booleans, arrays, or HTML templates - the HTML is somewhat understandable; in an RTL language, the tags should be rearranged. It is a bit off to have it in there, but it will stay for now. |
…usage of old style of localization to new and starting to move all localizable content out of scripts. for #22. also addresses some minor consistency issues in formatting HTML output, and some new methods to compensate for methods that used to sit in localizations.
While this feature is implemented, there is another somewhat bland task to be done of translating all of the existing locales into the new system. There's a record of progress in the wiki, under the comparison to earlier versions. |
Extract all of the strings sitting around in various code files. Replace with a gettext-like strategy (any libraries?) so English strings can be keys for their localized translations and stand in as the default value.
The text was updated successfully, but these errors were encountered: