about summary refs log tree commit diff
path: root/src/locale/helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Temporarily disable the german translation (#2360)Paul Frazee2023-12-281-2/+3
|
* Add Spanish localization (#2267)Ansh2023-12-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add french localization * get dynamic import to work * fix broken strings * fix bug * fix tests * build files again * add german locale * Add german translated strings * update file details * fix plural case errors * make german translations work * add 'es' as a locale option * enable spanish translations * fix spelling mistake
* Add French localization (#2265)Ansh2023-12-221-0/+2
|
* Japanese localization (#2003)Ansh2023-12-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * add japanese to list of languages * add japanese translations * change `jp` to `ja` * minor changes to Japanese translation * minor changes to Japanese translation * update japanese strings with feedback * Update languages.ts * Extract translations * Gitignore new compiled file * allow switching to japanese --------- Co-authored-by: Jake Gold <jake@blueskyweb.xyz> Co-authored-by: Eric Bailey <git@esb.lol>
* i18n settings improvements (#2184)Eric Bailey2023-12-121-5/+28
| | | | | | | | | * Handle language selector * Improve type safety * Add a little more safety * Update comment
* Patch bad migration, sanitize bad value (#2179)Eric Bailey2023-12-111-0/+12
|
* Language settings updates, new primary language setting (#1471)Eric Bailey2023-09-211-2/+2
| | | | | | | | | | | | | | | * move content languages to screen * add dropdown library, style primary lang select * update settings button * show selected langauges in button * use primary language in translator link * update copy * lint
* encode all unsafe characters in post text for translate URL (#1345)Eric Bailey2023-08-311-1/+3
|
* default translate to device language (#1207)Eric Bailey2023-08-171-4/+2
|
* [APP-735] Post language improvements (#982)Paul Frazee2023-07-061-0/+5
| | | | | | | | | | | | | | | | | * Fix composer character-counter bouncing around UI elements * Fix composer toolbar padding when keyboard is dismissed on iOS * Use the full name of the language in the composer footer * Add headings to the DropdownButton * Update the composer language control to use a simpler dropdown * Fix lint * Add translate link to Post component used in notifications * Fix lint
* [APP-718] Improvements and fixes to language handling (#931)Paul Frazee2023-06-301-0/+81
* Add locale helpers for narrowing languages * Add a translate link to posts in a different language * Update language filtering to use narrowing when multiple declared * Fix a few more RTL layout cases * Fix types