22 - Added Czech language support.

This commit is contained in:
Caleb Campbell
2026-04-03 13:56:36 +11:00
parent be3909a224
commit 75bd2ec8cf
5 changed files with 205 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
import { CS } from './cs';
import { DE } from './de';
import { EN } from './en';
import { KO } from './ko';
export const I18N = {
CS,
DE,
EN,
KO,