adding tx folder for alternc trunk
This commit is contained in:
parent
ede82b141c
commit
3ad80498d6
|
@ -1,5 +1,6 @@
|
||||||
* text=auto !eol
|
* text=auto !eol
|
||||||
/.svnignore -text
|
/.svnignore -text
|
||||||
|
.tx/config -text
|
||||||
/COPYING -text
|
/COPYING -text
|
||||||
/README.en -text
|
/README.en -text
|
||||||
/README.fr -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