Add Polish language support (#725)

This commit is contained in:
Szymon Pajka 2020-02-07 11:37:33 +00:00 committed by GitHub
parent a7dc067dfe
commit 1cd0dfe922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 87 additions and 0 deletions

View file

@ -10,6 +10,7 @@ export const languages = [
label: "Norsk Bokmål",
data: require("./locales/nb-no.json"),
},
{ lng: "pl", label: "Polski", data: require("./locales/pl.json") },
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
];