12 - Added Korean language to I18N.

This commit is contained in:
Caleb Campbell
2026-01-02 20:10:38 +11:00
parent 9ab8cd5e1d
commit 31acfe3bae
4 changed files with 6 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
import { DE } from './de';
import { EN } from './en';
import { KO } from './ko';
export const I18N = {
DE,
EN,
KO,
};