mirror of https://github.com/BOINC/boinc.git
Locale: update transifex config
* move to proper place so transifex client can find it * update language codes and mappings to be in-line with transifex This also means we don't use the txgh bridge anymore. Updates can now be done using the transifex client by BOINC developers.
This commit is contained in:
parent
f1f8072615
commit
289a95c7f9
|
@ -1,45 +1,47 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
minimum_perc = 100
|
||||
|
||||
[boinc.manager]
|
||||
file_filter = locale/<lang>/BOINC-Manager.po
|
||||
source_file = locale/templates/BOINC-Manager.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.client]
|
||||
file_filter = locale/<lang>/BOINC-Client.po
|
||||
source_file = locale/templates/BOINC-Client.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.web]
|
||||
file_filter = locale/<lang>/BOINC-Web.po
|
||||
source_file = locale/templates/BOINC-Web.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.setup]
|
||||
file_filter = locale/<lang>/BOINC-Setup.po
|
||||
source_file = locale/templates/BOINC-Setup.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.project-generic]
|
||||
file_filter = locale/<lang>/BOINC-Project-Generic.po
|
||||
source_file = locale/templates/BOINC-Project-Generic.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.drupal]
|
||||
file_filter = locale/<lang>/BOINC-Drupal.po
|
||||
source_file = locale/templates/BOINC-Drupal.pot
|
||||
source_lang = en_US
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[boinc.android]
|
||||
file_filter = android/BOINC/res/values-<lang>/strings.xml
|
||||
lang_map = it_IT:it-rIT,pt_BR:pt-rBR,pt_PT:pt-rPT,zh_CN:zh-rCN,zh_TW:zh-rTW,fa_IR:fa_rIR
|
||||
source_file = android/BOINC/res/values/strings.xml
|
||||
source_lang = en_US
|
||||
lang_map = it_IT:it-rIT,pt_BR:pt-rBR,pt_PT:pt-rPT,ru_RU:ru-rRU,sv_SE:sv-rSE,zh_CN:zh-rCN,zh_TW:zh-rTW
|
||||
source_lang = en
|
||||
type = ANDROID
|
||||
|
Loading…
Reference in New Issue