12 - Added Korean language to I18N.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { DE } from './de';
|
||||
import { EN } from './en';
|
||||
import { KO } from './ko';
|
||||
|
||||
export const I18N = {
|
||||
DE,
|
||||
EN,
|
||||
KO,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user