about summary refs log tree commit diff
path: root/lingui.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Add Spanish localization (#2267)Ansh2023-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
|
* Japanese localization (#2003)Ansh2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Clear unused locales (#2147)Ansh2023-12-091-1/+1
| | | | | * add some missing intl strings * remove locales that are not used
* Internationalization & localization (#1822)Ansh2023-11-091-0/+11
* install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments