From 9eadc19a52d27afd1589d88d75f1d58604578285 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 24 Jul 2013 09:16:06 +0200 Subject: .tx/config: Add file filters for all resources This allows for naming translations "-.po", where is a document name (e.g. "add") and is a language (e.g. "de"), and simply using `tx push -t` to submit them to Transifex. Signed-off-by: Lukas Fleischer --- .tx/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '.tx') diff --git a/.tx/config b/.tx/config index 285c38f..9290bb5 100644 --- a/.tx/config +++ b/.tx/config @@ -8,90 +8,112 @@ source_file = po/calcurse.pot source_lang = en [calcurse.doc-add] +file_filter = po/doc/add-.po source_file = po/doc/add.pot source_lang = en [calcurse.doc-config] +file_filter = po/doc/config-.po source_file = po/doc/config.pot source_lang = en [calcurse.doc-copy-paste] +file_filter = po/doc/copy-paste-.po source_file = po/doc/copy-paste.pot source_lang = en [calcurse.doc-credits] +file_filter = po/doc/credits-.po source_file = po/doc/credits.pot source_lang = en [calcurse.doc-delete] +file_filter = po/doc/delete-.po source_file = po/doc/delete.pot source_lang = en [calcurse.doc-displacement] +file_filter = po/doc/displacement-.po source_file = po/doc/displacement.pot source_lang = en [calcurse.doc-edit] +file_filter = po/doc/edit-.po source_file = po/doc/edit.pot source_lang = en [calcurse.doc-enote] +file_filter = po/doc/enote-.po source_file = po/doc/enote.pot source_lang = en [calcurse.doc-export] +file_filter = po/doc/export-.po source_file = po/doc/export.pot source_lang = en [calcurse.doc-flag] +file_filter = po/doc/flag-.po source_file = po/doc/flag.pot source_lang = en [calcurse.doc-general] +file_filter = po/doc/general-.po source_file = po/doc/general.pot source_lang = en [calcurse.doc-goto] +file_filter = po/doc/goto-.po source_file = po/doc/goto.pot source_lang = en [calcurse.doc-import] +file_filter = po/doc/import-.po source_file = po/doc/import.pot source_lang = en [calcurse.doc-intro] +file_filter = po/doc/intro-.po source_file = po/doc/intro.pot source_lang = en [calcurse.doc-other] +file_filter = po/doc/other-.po source_file = po/doc/other.pot source_lang = en [calcurse.doc-pipe] +file_filter = po/doc/pipe-.po source_file = po/doc/pipe.pot source_lang = en [calcurse.doc-priority] +file_filter = po/doc/priority-.po source_file = po/doc/priority.pot source_lang = en [calcurse.doc-repeat] +file_filter = po/doc/repeat-.po source_file = po/doc/repeat.pot source_lang = en [calcurse.doc-save] +file_filter = po/doc/save-.po source_file = po/doc/save.pot source_lang = en [calcurse.doc-tab] +file_filter = po/doc/tab-.po source_file = po/doc/tab.pot source_lang = en [calcurse.doc-view] +file_filter = po/doc/view-.po source_file = po/doc/view.pot source_lang = en [calcurse.doc-vnote] +file_filter = po/doc/vnote-.po source_file = po/doc/vnote.pot source_lang = en -- cgit v1.2.3-54-g00ecf