add German language

This commit is contained in:
Niklas Zabel 2021-07-29 19:43:28 +02:00
parent b038c39f2b
commit f5c2510da1
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// Locales - Import translation files here! // Locales - Import translation files here!
import en from '@/assets/locales/en.json'; 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 // Language data - Add your country name, locale code and imported file here
export const languages = [ export const languages = [