0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Add Norwegian Nynorsk and Tatar language codes per user request

This commit is contained in:
Mike Hardy 2020-03-29 12:16:05 -05:00
parent 3dfe576dd1
commit 087ae32d55

View File

@ -23,7 +23,7 @@
# Do not remove languages.
# When you add a language, please also add it to mAppLanguages in Preferences.java
languages = ['ar', 'bg', 'ca', 'cs', 'de', 'el', 'eo', 'es-AR', 'es-ES', 'et', 'fa', 'fi', 'fr', 'gl', 'got', 'he', 'hi', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'lv', 'nl', 'no', 'pl', 'pt-PT', 'pt-BR', 'ro', 'ru', 'sk', 'sl', 'sr', 'sv-SE', 'th', 'tr', 'uk', 'vi', 'zh-CN', 'zh-TW'];
languages = ['ar', 'bg', 'ca', 'cs', 'de', 'el', 'eo', 'es-AR', 'es-ES', 'et', 'fa', 'fi', 'fr', 'gl', 'got', 'he', 'hi', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'lv', 'nl', 'nn-NO', 'no', 'pl', 'pt-PT', 'pt-BR', 'ro', 'ru', 'sk', 'sl', 'sr', 'sv-SE', 'th', 'tr', 'tt-RU', 'uk', 'vi', 'zh-CN', 'zh-TW'];
# languages which are localized for more than one region
localizedRegions = ['es', 'pt', 'zh']