mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Update Crowdin configuration file
This commit is contained in:
parent
a494bffcbe
commit
6aa16baec7
1 changed files with 1 additions and 11 deletions
12
crowdin.yaml
12
crowdin.yaml
|
@ -1,23 +1,14 @@
|
|||
project_identifier: diaspora-for-android
|
||||
#api_key: APIKEY_DONT_PUSH
|
||||
#base_path: /home/gregor/diaspora-android
|
||||
|
||||
files:
|
||||
-
|
||||
source: '/app/src/main/res/values/strings*.xml'
|
||||
translation: '/app/src/main/res/values-%android_code%/%original_file_name%'
|
||||
languages_mapping:
|
||||
android_code:
|
||||
# Add all non locality languages here
|
||||
# (e.g. enUS, enUK, deCH, deAT will automatically go into the right folder)
|
||||
# Otherwise e.g. en would get added into the folder enEN (which is wrong).
|
||||
# https://crowdin.com/page/api/language-codes contains supported language codes
|
||||
# The first listed ones here are diffently managed by crowdin than on android
|
||||
sv-SE: sv
|
||||
es-ES: es
|
||||
ml-IN: ml
|
||||
pt-PT: pt
|
||||
'no': 'no'
|
||||
"no": 'no'
|
||||
de: de
|
||||
tr: tr
|
||||
ca: ca
|
||||
|
@ -30,5 +21,4 @@ files:
|
|||
hi: hi
|
||||
fr: fr
|
||||
el: el
|
||||
de: de
|
||||
cs: cs
|
||||
|
|
Loading…
Reference in a new issue