diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2014-06-18 17:17:12 +0400 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-06-18 16:38:44 +0100 |
commit | b8164a6ccf559fe7cd22d5e9189060aa31389b5d (patch) | |
tree | ee833af00cae230e924208a9f3732a81d21c0d6b /.tx | |
parent | 11d0857dd458518fc92401f8a8824509ae6895e2 (diff) | |
download | appstream-glib-b8164a6ccf559fe7cd22d5e9189060aa31389b5d.tar.gz |
i18n: use transifex for translations
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..bcd4501 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[appstream-glib.master] +file_filter = po/<lang>.po +source_file = po/appstream-glib.pot +source_lang = en +type = PO + |