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

9
src/i18n/cs/index.ts Normal file
View File

@@ -0,0 +1,9 @@
import { BOOKS } from './books';
import { COMMON_LABELS } from './common-labels';
import { SETTINGS_LABELS } from './settings-labels';
export const CS = {
BOOKS,
COMMON: COMMON_LABELS,
SETTINGS: SETTINGS_LABELS,
};