Clear unused locales (#2147)
* add some missing intl strings * remove locales that are not used
This commit is contained in:
parent
7b50331188
commit
528b4b5017
9 changed files with 92 additions and 7388 deletions
|
@ -5,10 +5,7 @@ import {useLanguagePrefs} from '#/state/preferences'
|
|||
|
||||
export const locales = {
|
||||
en: 'English',
|
||||
cs: 'Česky',
|
||||
fr: 'Français',
|
||||
hi: 'हिंदी',
|
||||
es: 'Español',
|
||||
}
|
||||
export const defaultLocale = 'en'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue