Locale fr (#153)

* 🌐 fr translations

* ⚰️ remove unused translation
This commit is contained in:
Thomas LÉVEIL
2023-03-25 17:48:50 +01:00
committed by GitHub
parent cb58a703e3
commit f5ebde2d2d
7 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "zh", "ru"],
locales: ["en", "fr", "ru", "zh"],
},
localePath:
typeof window === "undefined"