fix: remove not migrated language files

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-28 21:58:53 +02:00
parent 745be42101
commit 3f96616b5a
28 changed files with 1 additions and 5035 deletions

View file

@ -4,33 +4,4 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
export const availableLanguages = () => [
'en',
'zh-CN',
'zh-TW',
'fr',
'de',
'ja',
'es',
'ca',
'el',
'pt',
'it',
'tr',
'ru',
'nl',
'hr',
'pl',
'uk',
'hi',
'sv',
'eo',
'da',
'ko',
'id',
'sr',
'vi',
'ar',
'cs',
'sk'
]
export const availableLanguages = () => ['en']