1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/supportedLocales.js
2023-07-02 17:48:29 +01:00

51 lines
471 B
JavaScript

module.exports = [
"ar",
"bg_BG",
"ca",
"cs",
"cy",
"da",
"de",
"el",
"eo",
"es",
"es_ES",
"es_MX",
"eu",
"fa",
"fa_IR",
"fi",
"fr_FR",
"gl",
"he_IL",
"hr",
"hu_HU",
"id",
"it",
"it_IT",
"ja",
"kk",
"ko_KR",
"lt",
"nb_NO",
"nl",
"pl",
"pt_BR",
"pt_PT",
"ro",
"ro_RO",
"ru",
"sk",
"sl",
"sl_SI",
"sv_SE",
"ta",
"ta_IN",
"th_TH",
"tr",
"tr_TR",
"uk",
"vi",
"zh_CN",
"zh_TW"
]