diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-30 09:30:04 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-01 10:16:05 +0200 |
commit | 58c01a376db3d7088d5c49921cea2c99cffd4118 (patch) | |
tree | 5e8e4edd5da66ded6460fa237ec9d55c24c3c49a /.tx | |
parent | 426dc16f7b74d5dc91a947bb22acb7a3a414bb8f (diff) |
qt: add transifex configuration file
This is a project-wide configuration file and should be the same for
everyone.
Also remove mention of creating it yourself from the translation process.
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..655379de79 --- /dev/null +++ b/.tx/config @@ -0,0 +1,7 @@ +[main] +host = https://www.transifex.com + +[bitcoin.tx] +file_filter = src/qt/locale/bitcoin_<lang>.ts +source_file = src/qt/locale/bitcoin_en.ts +source_lang = en |