mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 00:54:43 -04:00
fix: remove not migrated language files
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
745be42101
commit
3f96616b5a
28 changed files with 1 additions and 5035 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue