Browse Source

Update translations.js to Hungarian lang

XYCert 10 tháng trước cách đây
mục cha
commit
56820cf6ee
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/gui/src/i18n/translations/translations.js

+ 2 - 0
src/gui/src/i18n/translations/translations.js

@@ -46,6 +46,7 @@ import tr from './tr.js';
 import ur from './ur.js';
 import ua from './ua.js';
 import zh from './zh.js';
+import hu from './hu.js';
 import zhtw from './zhtw.js';
 import emoji from './emoji.js';
 
@@ -80,6 +81,7 @@ export default {
     tr,
     ua,
     zh,
+    hu,
     zhtw,
     ur,
     emoji,