mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-07 09:07:23 +01:00
add German language
This commit is contained in:
parent
b038c39f2b
commit
f5c2510da1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// Locales - Import translation files here!
|
||||
import en from '@/assets/locales/en.json';
|
||||
import de from '@/assets/locales/de.json';
|
||||
|
||||
// Language data - Add your country name, locale code and imported file here
|
||||
export const languages = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue