From 9aa151c09abdeaca1ad02c23fce7b9e064d8768b Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Wed, 19 Jul 2017 20:37:56 +0200 Subject: [PATCH 1/3] Adds Transifex configuration to repo --- .tx/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..d9c11847 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[bitcoinorg.bitcoinorg] +file_filter = translations/bitcoinorg.bitcoinorg/.yml +source_lang = en +type = YML + From 48a3f6417d6870a745588e2049a587f76a21cfcc Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Wed, 19 Jul 2017 20:39:34 +0200 Subject: [PATCH 2/3] Adds translation/ folder to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index aba4609c..e46e74cc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ vendor _cache .jekyll-metadata .sass-cache/ + +# To prevent accidental push of translations from +# Transifex. +translations/ From 1548182a291fb1f1bc0a248ab05653195f5e8ecd Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Wed, 19 Jul 2017 20:37:56 +0200 Subject: [PATCH 3/3] 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