seedling/source/ui/src/localization/locale.ts
Roman Jaroš 68ce70e5a0
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Rename to Procyon
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
2023-11-16 11:48:17 +01:00

7 lines
162 B
TypeScript

// @ts-nocheck
import { lang } from '@procyon/localization/init';
import { csCZ } from './dictionary/csCZ';
lang.addResource('cs', csCZ);
lang.setLocale('cs');