mirror of
https://github.com/readur/readur.git
synced 2025-12-30 11:00:17 -06:00
feat(ui): add german and french translations
This commit is contained in:
1494
frontend/public/locales/de/translation.json
Normal file
1494
frontend/public/locales/de/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
1494
frontend/public/locales/fr/translation.json
Normal file
1494
frontend/public/locales/fr/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,8 @@
|
||||
export const supportedLanguages = {
|
||||
en: 'English',
|
||||
es: 'Español',
|
||||
de: 'Deutsch',
|
||||
fr: 'Français',
|
||||
} as const;
|
||||
|
||||
export type SupportedLanguage = keyof typeof supportedLanguages;
|
||||
|
||||
Reference in New Issue
Block a user