🌐 locale de (#154)

This commit is contained in:
Thomas LÉVEIL
2023-03-25 18:03:45 +01:00
committed by GitHub
parent 2ae4c69de7
commit dd44a06213
5 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "fr", "ru", "zh"],
locales: ["de", "en", "fr", "ru", "zh"],
},
localePath:
typeof window === "undefined"