Skip to content

Commit 56820cf

Browse files
authored
Update translations.js to Hungarian lang
1 parent a259755 commit 56820cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import tr from './tr.js';
4646
import ur from './ur.js';
4747
import ua from './ua.js';
4848
import zh from './zh.js';
49+
import hu from './hu.js';
4950
import zhtw from './zhtw.js';
5051
import emoji from './emoji.js';
5152

@@ -80,6 +81,7 @@ export default {
8081
tr,
8182
ua,
8283
zh,
84+
hu,
8385
zhtw,
8486
ur,
8587
emoji,

0 commit comments

Comments
 (0)