feat(ui): add german and french translations
This commit is contained in:
parent
1cc4c5c813
commit
c78fa4c8be
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,8 @@
|
||||||
export const supportedLanguages = {
|
export const supportedLanguages = {
|
||||||
en: 'English',
|
en: 'English',
|
||||||
es: 'Español',
|
es: 'Español',
|
||||||
|
de: 'Deutsch',
|
||||||
|
fr: 'Français',
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type SupportedLanguage = keyof typeof supportedLanguages;
|
export type SupportedLanguage = keyof typeof supportedLanguages;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue