From 1548182a291fb1f1bc0a248ab05653195f5e8ecd Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Wed, 19 Jul 2017 20:37:56 +0200 Subject: [PATCH] Updates Transifex config and adds its translations to gitignore --- .gitignore | 2 +- .tx/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e46e74cc..44786c45 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ _cache # To prevent accidental push of translations from # Transifex. -translations/ +.tx/translations/ diff --git a/.tx/config b/.tx/config index d9c11847..885a949a 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com [bitcoinorg.bitcoinorg] -file_filter = translations/bitcoinorg.bitcoinorg/.yml +file_filter = .tx/translations/.yml source_lang = en type = YML