Permalink
Please sign in to comment.
Browse files
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.
- Loading branch information...
Showing
with
9 additions
and 22 deletions.
- +7 −0 .tx/config
- +2 −22 doc/translation_process.md
| @@ -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 |
0 comments on commit
58c01a3