From 3ad80498d6ecce3e641dbdd0186c5ee1fdd53d70 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Tue, 21 Aug 2012 08:22:36 +0000 Subject: [PATCH] adding tx folder for alternc trunk --- .gitattributes | 1 + .tx/config | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .tx/config diff --git a/.gitattributes b/.gitattributes index 0c84eff0..4d435b41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol /.svnignore -text +.tx/config -text /COPYING -text /README.en -text /README.fr -text diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..c8c25ea0 --- /dev/null +++ b/.tx/config @@ -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 +