mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
Added import statement for json with translations
This commit is contained in:
parent
94247c3c04
commit
15a09cd83b
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ import bg from '@/assets/locales/bg.json';
|
||||||
import ko from '@/assets/locales/ko.json';
|
import ko from '@/assets/locales/ko.json';
|
||||||
import sk from '@/assets/locales/sk.json';
|
import sk from '@/assets/locales/sk.json';
|
||||||
import da from '@/assets/locales/da.json';
|
import da from '@/assets/locales/da.json';
|
||||||
|
import cs from '@/assets/locales/cs.json';
|
||||||
|
|
||||||
// Language data - Next register your language by adding it to this list
|
// Language data - Next register your language by adding it to this list
|
||||||
export const languages = [
|
export const languages = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue