New Crowdin updates (#2042)

* New translations en.json (Vietnamese)

* Auto commit: Calculate translation coverage

* add vi-VN to i18n

Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Lipis 2020-08-18 19:39:40 +03:00 committed by GitHub
parent 415bf7bb5b
commit c6e2877418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 197 additions and 0 deletions

View file

@ -40,6 +40,7 @@ const allLanguages: Language[] = [
{ lng: "hi-IN", label: "हिन्दी", data: "hi-IN.json" },
{ lng: "ta-IN", label: "தமிழ்", data: "ta-IN.json" },
{ lng: "gl-ES", label: "Galego", data: "gl-ES.json" },
{ lng: "vi-VN", label: "Tiếng Việt", data: "vi-VN.json" },
];
export const languages: Language[] = [