Skip to content

Commit

Permalink
Set up Hungarian translation integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sj committed Jan 31, 2025
1 parent 2547bed commit 4983a10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion sample/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h4 style="color: #b94a48;">--Layout</h4>
<option value="es">es</option>
<option value="fr">fr</option>
<option value="he">he</option>
<option value="hu">hu</option>
<option value="it">it</option>
<option value="ja">ja</option>
<option value="ko">ko</option>s
Expand Down Expand Up @@ -600,6 +601,7 @@ <h2 class="sub-title">Applied options</h2>
<script src="../../src/lang/es.js"></script>
<script src="../../src/lang/fr.js"></script>
<script src="../../src/lang/he.js"></script>
<script src="../../src/lang/hu.js"></script>
<script src="../../src/lang/it.js"></script>
<script src="../../src/lang/ja.js"></script>
<script src="../../src/lang/ko.js"></script>
Expand Down Expand Up @@ -805,4 +807,4 @@ <h2 class="sub-title">Applied options</h2>
sun_create();
</script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion src/lang/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import en from './en';
import es from './es';
import fr from './fr';
import he from './he';
import hu from './hu';
import it from './it';
import ja from './ja';
import ko from './ko';
Expand All @@ -20,4 +21,4 @@ import ua from './ua';
import ur from './ur';
import zh_cn from './zh_cn';

export { ckb, cs, da, de, en, es, fr, he, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };
export { ckb, cs, da, de, en, es, fr, he, hu, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };
5 changes: 3 additions & 2 deletions src/lang/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import en from './en';
import es from './es';
import fr from './fr';
import he from './he';
import hu from './hu';
import it from './it';
import ja from './ja';
import ko from './ko';
Expand All @@ -22,5 +23,5 @@ import ua from './ua';
import ur from './ur';
import zh_cn from './zh_cn';

export { ckb, cs, da, de, en, es, fr, he, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };
export default { ckb, cs, da, de, en, es, fr, he, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };
export { ckb, cs, da, de, en, es, fr, he, hu, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };
export default { ckb, cs, da, de, en, es, fr, he, hu, it, ja, ko, lv, nl, pl, pt_br, ro, ru, se, ua, ur, zh_cn };

0 comments on commit 4983a10

Please sign in to comment.