New Crowdin translations (#1043)

This commit is contained in:
Lipis 2020-03-22 16:14:45 +02:00 committed by GitHub
parent daa121e909
commit 125d1294a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 127 additions and 2 deletions

View file

@ -10,6 +10,7 @@ export const languages = [
label: "Bahasa Indonesia",
data: require("./locales/id-ID.json"),
},
{ lng: "hu-HU", label: "Magyar", data: require("./locales/hu-HU.json") },
{ lng: "no-No", label: "Norsk", data: require("./locales/no-NO.json") },
{ lng: "pl-PL", label: "Polski", data: require("./locales/pl-PL.json") },
{ lng: "pt-PT", label: "Português", data: require("./locales/pt-PT.json") },