mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Merge pull request #69 from ptrinh/patch-2
Add Vietnamese language support
This commit is contained in:
@@ -6,5 +6,6 @@ export const languages = [
|
||||
{ key: 'pl', name: 'Polski' },
|
||||
{ key: 'ru', name: 'Русский' },
|
||||
{ key: 'ko', name: '한국어' },
|
||||
{ key: 'zh', name: '中文' }
|
||||
{ key: 'zh', name: '中文' },
|
||||
{ key: 'vi', name: 'Tiếng Việt' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user