mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Add Vietnamese Localization
This commit is contained in:
parent
3aff41a4d0
commit
53ec791763
2 changed files with 1494 additions and 0 deletions
1492
src/i18n/locales/vi.json
Normal file
1492
src/i18n/locales/vi.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -25,6 +25,7 @@ import ro from './locales/ro.json';
|
|||
import sq from './locales/sq.json';
|
||||
import ca from './locales/ca.json';
|
||||
import ja from './locales/ja.json';
|
||||
import vi from './locales/vi.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -53,4 +54,5 @@ export const resources = {
|
|||
sq: { translation: sq },
|
||||
ca: { translation: ca },
|
||||
ja: { translation: ja },
|
||||
vi: { translation: vi }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue