Adding Hindi

This commit is contained in:
softsimon
2021-07-13 11:49:04 +03:00
parent 2c5ccab77c
commit cdfc03f352
3 changed files with 6 additions and 1 deletions

View File

@@ -87,4 +87,5 @@ export const languages: Language[] = [
{ code: 'uk', name: 'Українська' }, // Ukrainian
{ code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
{ code: 'zh', name: '中文' }, // Chinese
{ code: 'hi', name: 'हिन्दी' }, // Hindi
];