aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/en
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): remove linguiArmand Philippot2022-01-292-783/+0
|
* fix: handle translation with linguiArmand Philippot2022-01-282-0/+783
The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them...