mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-06 16:59:24 +00:00
add german switzerland to languages
Update languages.ts
This commit is contained in:
parent
d0d33494d2
commit
a82797a34f
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import ca from "@/assets/locales/ca.json";
|
|||
import caVl from "@/assets/locales/ca@valencia.json";
|
||||
import cs from "@/assets/locales/cs.json";
|
||||
import da from "@/assets/locales/da.json";
|
||||
import deCh from "@/assets/locales/de-CH.json";
|
||||
import de from "@/assets/locales/de.json";
|
||||
import el from "@/assets/locales/el.json";
|
||||
import en from "@/assets/locales/en.json";
|
||||
|
|
@ -55,6 +56,7 @@ export const locales = {
|
|||
cs,
|
||||
da,
|
||||
de,
|
||||
"de-CH": deCh,
|
||||
fr,
|
||||
it,
|
||||
nl,
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ const defaultLanguageCodes: string[] = [
|
|||
"ca-AD",
|
||||
"da-DK",
|
||||
"de-DE",
|
||||
"de-CH",
|
||||
"el-GR",
|
||||
"en-US",
|
||||
"es-ES",
|
||||
|
|
|
|||
Loading…
Reference in a new issue