Skip to content

Commit 1579cbc

Browse files
authored
Merge pull request #620 from pvhuwung/i18n/vietnamese-translation
Add Vietnamese Translation for i18n
2 parents 71f4b4d + 02e1b1e commit 1579cbc

File tree

2 files changed

+354
-0
lines changed

2 files changed

+354
-0
lines changed

src/gui/src/i18n/translations/translations.js

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import ua from './ua.js';
4949
import zh from './zh.js';
5050
import hu from './hu.js';
5151
import zhtw from './zhtw.js';
52+
import vi from "./vi.js";
5253
import emoji from './emoji.js';
5354

5455

@@ -86,5 +87,6 @@ export default {
8687
hu,
8788
zhtw,
8889
ur,
90+
vi,
8991
emoji,
9092
};

0 commit comments

Comments
 (0)