Skip to content

Commit

Permalink
Merge pull request #4610 from kobotoolbox/add-thai-ui-tranlsation
Browse files Browse the repository at this point in the history
Add UI language support for Thai, Nepali, Vietnamese, and Indonesian
  • Loading branch information
noliveleger committed Sep 8, 2023
2 parents 58c8169 + 620bcbb commit 83efe7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kobo/settings/base.py
Expand Up @@ -550,15 +550,19 @@ def __init__(self, *args, **kwargs):
'fr ' # French
'hi ' # Hindi
'hu ' # Hungarian
'id ' # Indonesian
'ja ' # Japanese
'ku ' # Kurdish
'ln ' # Lingala
'my ' # Burmese/Myanmar
'ne ' # Nepali
'pl ' # Polish
'pt ' # Portuguese
'ru ' # Russian
'th ' # Thai
'tr ' # Turkish
'uk ' # Ukrainian
'vi ' # Vietnamese
'zh-hans' # Chinese Simplified
)
)
Expand Down

0 comments on commit 83efe7b

Please sign in to comment.