newdevs:i18n
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
newdevs:i18n [2023/11/21 13:39] – [4. Configure the Angular Staff Client] tmccanna | newdevs:i18n [2025/07/29 11:01] (current) – CLDR sleary | ||
---|---|---|---|
Line 78: | Line 78: | ||
- Recompile Angular: Go to the Open-ILS/ | - Recompile Angular: Go to the Open-ILS/ | ||
| | ||
- | ===== Marking Up Evergreen (Angular Pages) ===== | + | ===== Marking Up Evergreen (Angular |
Most strings only require the addition of " | Most strings only require the addition of " | ||
Line 95: | Line 95: | ||
* [[https:// | * [[https:// | ||
+ | ===== Marking Up Evergreen (Angular TypeScript Pages) ===== | ||
+ | |||
+ | When creating a message in TypeScript, use the $localize tag handler with backticks around the text. | ||
+ | |||
+ | Example: | ||
+ | < | ||
+ | |||
+ | Example: | ||
+ | < | ||
===== Marking Up Evergreen (Template Toolkit Pages) ===== | ===== Marking Up Evergreen (Template Toolkit Pages) ===== | ||
Line 116: | Line 125: | ||
* When selecting a language on one screen, it affects other areas of Evergreen. | * When selecting a language on one screen, it affects other areas of Evergreen. | ||
* When changing languages, it's best to refresh your browser and clear your browser cache | * When changing languages, it's best to refresh your browser and clear your browser cache | ||
+ | |||
+ | ===== Finding common translations using CLDR data: Czech, Spanish, French ===== | ||
+ | |||
+ | The [[https:// | ||
+ | |||
+ | Find the Field Name you need in the documentation (e.g. weekdayOfMonth) and then reference the summary tables to find translations: | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
===== Additional Resources ===== | ===== Additional Resources ===== | ||
Line 128: | Line 147: | ||
+ | {{tag> | ||
newdevs/i18n.1700591970.txt.gz · Last modified: 2023/11/21 13:39 by tmccanna