summaryrefslogtreecommitdiffstats
path: root/src/i18n/en/messages.js
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): remove linguiArmand Philippot2022-01-291-214/+0
|
* fix: handle translation with linguiArmand Philippot2022-01-281-0/+214
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...