mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Merge cdcbce7541 into 7d60a0c43f
This commit is contained in:
commit
7effc45785
3 changed files with 1495 additions and 0 deletions
|
|
@ -24,4 +24,5 @@ export const LOCALES = [
|
|||
{ code: 'ro', key: 'romanian' },
|
||||
{ code: 'sq', key: 'albanian' },
|
||||
{ code: 'ca', key: 'catalan' },
|
||||
{ code: 'vi', key: 'vietnamese' }
|
||||
];
|
||||
|
|
|
|||
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