New Crowdin updates (#1949)

This commit is contained in:
Lipis 2020-07-29 18:56:41 +03:00 committed by GitHub
parent ab980b252c
commit 54f8d8f820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 208 additions and 17 deletions

View file

@ -38,6 +38,7 @@ const allLanguages: Language[] = [
{ lng: "ar-SA", label: "العربية", data: "ar-SA.json", rtl: true },
{ lng: "he-IL", label: "עברית", data: "he-IL.json", rtl: true },
{ lng: "hi-IN", label: "हिन्दी", data: "hi-IN.json" },
{ lng: "ta-IN", label: "தமிழ்", data: "ta-IN.json" },
];
export const languages: Language[] = [