[jargon-buster] Fix the filter formats to match the Publican conventions

Jared Smith jsmith at fedoraproject.org
Sun Mar 23 13:13:01 UTC 2014


commit 5f0bd7357f20668b43315c32c6eaf0102d977820
Author: Jared K. Smith <jaredsmith at jaredsmith.net>
Date:   Sun Mar 23 09:12:42 2014 -0400

    Fix the filter formats to match the Publican conventions

 .tx/config |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.tx/config b/.tx/config
index 4122d50..b28a70f 100644
--- a/.tx/config
+++ b/.tx/config
@@ -3,31 +3,31 @@ host = https://www.transifex.com
 lang_map = aln:aln-AL, ar:ar-SA, ast:ast-ES, as:as-IN, bal:bal-PK, bg:bg-BG, bn:bn-BD, bn_IN:bn-IN, bs:bs-BA, ca:ca-ES, cs:cs-CZ, da:da-DK, de_CH:de-CH, de:de-DE, el:el-GR, en_GB:en-GB, es:es-ES, et:et-EE, eu:eu-ES, fa:fa-IR, fi:fi-FI, fr:fr-FR, gl:gl-ES, gu:gu-IN, he:he-IL, hi:hi-IN, hr:hr-HR, hu:hu-HU, id:id-ID, is:is-IS, it:it-IT, ja:ja-JP, kn:kn-IN, ko:ko-KR, lt:lt-LT, lv:lv-LV, mai:mai-IN, ml:ml-IN, mr:mr-IN, ms:ms-MY, nb:nb-NO, nds:nds-DE, nl:nl-NL, nn:nn-NO, or:or-IN, pa:pa-IN, pl:pl-PL, pt_BR:pt-BR, pt:pt-PT, ro:ro-RO, ru:ru-RU, si:si-LK, sk:sk-SK, sl:sl-SI, sq:sq-AL, sr:sr-RS, sr at latin:sr-Latn-RS, sv:sv-SE, ta:ta-IN, te:te-IN, tg:tg-TJ, tr:tr-TR, uk:uk-UA, ur:ur-PK, vi:vi-VN, zh_CN:zh-CN, zh_HK:zh-HK, zh_TW:zh-TW
 
 [fedora-jargon-buster.article_info]
-file_filter = translations/fedora-jargon-buster.article_info/<lang>.po
+file_filter = <lang>/Article_Info.po
 source_lang = en
 source_file = pot/Article_Info.pot
 type = PO
 
 [fedora-jargon-buster.author_group]
-file_filter = translations/fedora-jargon-buster.author_group/<lang>.po
+file_filter = <lang>/Author_Group.po
 source_lang = en
 source_file = pot/Author_Group.pot
 type = PO
 
 [fedora-jargon-buster.glossary]
-file_filter = translations/fedora-jargon-buster.glossary/<lang>.po
+file_filter = <lang>/glossary.po
 source_lang = en
 source_file = pot/glossary.pot
 type = PO
 
 [fedora-jargon-buster.jargon_buster]
-file_filter = translations/fedora-jargon-buster.jargon_buster/<lang>.po
+file_filter = <lang>/Jargon_Buster.po
 source_lang = en
 source_file = pot/Jargon_Buster.pot
 type = PO
 
 [fedora-jargon-buster.revision_history]
-file_filter = translations/fedora-jargon-buster.revision_history/<lang>.po
+file_filter = <lang>/Revision_History.po
 source_lang = en
 source_file = pot/Revision_History.pot
 type = PO


More information about the docs-commits mailing list