22 - Added Czech language support.
This commit is contained in:
9
src/i18n/cs/index.ts
Normal file
9
src/i18n/cs/index.ts
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user