Adding Hindi

This commit is contained in:
softsimon 2021-07-13 11:49:04 +03:00
parent 2c5ccab77c
commit cdfc03f352
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
3 changed files with 6 additions and 1 deletions

View File

@ -114,6 +114,10 @@
"ru": { "ru": {
"translation": "src/locale/messages.ru.xlf", "translation": "src/locale/messages.ru.xlf",
"baseHref": "/ru/" "baseHref": "/ru/"
},
"hi": {
"translation": "src/locale/messages.hi.xlf",
"baseHref": "/hi/"
} }
} }
}, },

View File

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

View File

@ -2775,7 +2775,7 @@
</context-group> </context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/television/television.component.ts</context> <context context-type="sourcefile">src/app/components/television/television.component.ts</context>
<context context-type="linenumber">27</context> <context context-type="linenumber">28</context>
</context-group> </context-group>
<note priority="1" from="description">master-page.tvview</note> <note priority="1" from="description">master-page.tvview</note>
</trans-unit> </trans-unit>