i18n(web): add additional supported langs (#3423)

pull/3424/head^2
James Elliott 2022-05-24 22:19:21 +10:00 committed by GitHub
parent da415bce5c
commit 01f1cdaa93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ i18n.use(Backend)
default: ["en"],
},
load: "all",
supportedLngs: ["en", "es", "de"],
supportedLngs: ["en", "de", "es", "fr", "ru", "sv"],
lowerCaseLng: false,
nonExplicitSupportedLngs: true,
interpolation: {