adding .tx configuration dir for transifex-client >=0.7
This commit is contained in:
parent
80000292e8
commit
305c9189d0
|
@ -1,5 +1,6 @@
|
|||
* text=auto !eol
|
||||
/.svnignore -text
|
||||
.tx/config -text
|
||||
/COPYING -text
|
||||
/README.en -text
|
||||
/README.fr -text
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
[main]
|
||||
host = https://www.transifex.net
|
||||
|
||||
[alternc.messages]
|
||||
source_file = bureau/locales/messages.pot
|
||||
source_lang = en
|
||||
trans.fr_FR = bureau/locales/fr_FR/LC_MESSAGES/messages.po
|
||||
trans.es_ES = bureau/locales/es_ES/LC_MESSAGES/messages.po
|
||||
trans.pt_BR = bureau/locales/pt_BR/LC_MESSAGES/messages.po
|
||||
trans.en_US = bureau/locales/en_US/LC_MESSAGES/messages.po
|
||||
trans.de_DE = bureau/locales/de_DE/LC_MESSAGES/messages.po
|
||||
|
||||
[alternc.manual]
|
||||
source_file = bureau/locales/manual.pot
|
||||
source_lang = en
|
||||
trans.fr_FR = bureau/locales/fr_FR/LC_MESSAGES/manual.po
|
||||
trans.es_ES = bureau/locales/es_ES/LC_MESSAGES/manual.po
|
||||
trans.pt_BR = bureau/locales/pt_BR/LC_MESSAGES/manual.po
|
||||
trans.en_US = bureau/locales/en_US/LC_MESSAGES/manual.po
|
||||
trans.de_DE = bureau/locales/de_DE/LC_MESSAGES/manual.po
|
||||
|
||||
[alternc.alterncadmintools]
|
||||
source_file = po/alternc-admintools.pot
|
||||
source_lang = en
|
||||
trans.fr_FR = po/fr/LC_MESSAGES/alternc-admintools.po
|
||||
|
||||
[alternc.debian]
|
||||
source_file = debian/po/templates.pot
|
||||
source_lang = en
|
||||
trans.fr_FR = debian/po/fr.po
|
||||
|
Loading…
Reference in New Issue