Updates Transifex config and adds its translations to gitignore

This commit is contained in:
Igor Kuzmenko 2017-07-19 20:37:56 +02:00
parent 48a3f6417d
commit 1548182a29
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -15,4 +15,4 @@ _cache
# To prevent accidental push of translations from # To prevent accidental push of translations from
# Transifex. # Transifex.
translations/ .tx/translations/

View file

@ -2,7 +2,7 @@
host = https://www.transifex.com host = https://www.transifex.com
[bitcoinorg.bitcoinorg] [bitcoinorg.bitcoinorg]
file_filter = translations/bitcoinorg.bitcoinorg/<lang>.yml file_filter = .tx/translations/<lang>.yml
source_lang = en source_lang = en
type = YML type = YML