-
Notifications
You must be signed in to change notification settings - Fork 6
Localization
Daniel Weck edited this page Jul 12, 2019
·
12 revisions
See this wiki page: https://github.com/daisy/ace/wiki/Localization
The currently-supported languages are:
- English
- French
In both cases, GitHub Pull Requests must be created in order to propose edits to the JSON resources that contain the translated labels. The Ace GUI locales are:
https://github.com/daisy/ace-gui/tree/master/src/shared/l10n/locales
Under the hood, Ace GUI utilizes the i18next
library in order to handle the localization resources at runtime (i.e. JSON files). There are a number of utilities that can ease the process of comparing language keys / values, detecting missing entries, etc.: