about summary refs log tree commit diff
path: root/lingui.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Add Portuguese Localization (#2407)Ansh2024-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create messages. * Update helpers.test.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Update i18n.ts * Update lingui.config.js * Correct file name and remove unused variables! * Update Language-Team * Update Bump ios build * Fix for Stop the user from posting before the link card finishes loading #2328 * Update based in model en * Update last version lang * Update messages.po tsx:160 and tsx:143 * Bump ios build number and android version code * adjustment * adjustment 100% * Update Date * Update Day for Merge * Update Name Maison for Maison da Silva * fix order of case * fix lint * add tag for BR portugese * add tag for BR * update `pt` to `pt-BR` --------- Co-authored-by: Maison da Silva <maisonmdsgreen@hotmail.com>
* Enable Spanish Localization (#2405)Ansh2024-01-031-1/+1
| | | | | | | * add `es` to `lingui.config.js` * update messages.po * enable spanish localization
* Add Korean localization (#2395)Minseo Lee2024-01-031-1/+1
| | | | | * Create messages.po * Add Korean localization
* 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