mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1708 from kuzzmi/transifex-config
Add Transifex config to the repository
This commit is contained in:
commit
3c181ea547
2 changed files with 12 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -12,3 +12,7 @@ vendor
|
||||||
_cache
|
_cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
|
|
||||||
|
# To prevent accidental push of translations from
|
||||||
|
# Transifex.
|
||||||
|
.tx/translations/
|
||||||
|
|
8
.tx/config
Normal file
8
.tx/config
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[bitcoinorg.bitcoinorg]
|
||||||
|
file_filter = .tx/translations/<lang>.yml
|
||||||
|
source_lang = en
|
||||||
|
type = YML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue