summaryrefslogtreecommitdiffstats
path: root/src/i18n
Commit message (Collapse)AuthorAgeFilesLines
* refactor(widgets): move social media websites from config to widgetArmand Philippot2022-01-292-0/+32
| | | | | | I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed.
* refactor(widgets): move sharing websites from config to sharing widgetArmand Philippot2022-01-292-0/+48
| | | | | | I only use these websites inside the sharing widget so it makes more sense to gather them. In addition, I can translate the website name if needed.
* chore: translate in FrenchArmand Philippot2022-01-291-135/+135
|
* build(deps): remove linguiArmand Philippot2022-01-295-1599/+0
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-292-0/+1172
|
* fix: handle translation with linguiArmand Philippot2022-01-285-60/+1090
| | | | | | | | 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...
* chore: translate website to FrenchArmand Philippot2022-01-272-4/+550
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-0/+23