mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Clean and improve redirects.rb
Use _redirects/ for more consistency with other plugins Fix an inaccurate redirection association in sitemap.rb
This commit is contained in:
parent
dbb1823e69
commit
d58a1690da
6 changed files with 28 additions and 23 deletions
|
@ -41,7 +41,7 @@ You can import all translations (complete and incomplete) from transifex using t
|
|||
tx set --auto-remote https://www.transifex.com/projects/p/bitcoinorg/
|
||||
tx pull -a -s --skip
|
||||
|
||||
Then, you can overwrite any specific translation in the _translations folder by one of these files. You might also need to make sure that each .html files (in _layouts, _templates and _redirects.yml) don't serve outdated content for those languages. You should also make sure that no urls or anchor has been changed by translators.
|
||||
Then, you can overwrite any specific translation in the _translations folder by one of these files. You might also need to make sure that each .html files (in _layouts, _templates and _redirects) don't serve outdated content for those languages. You should also make sure that no urls or anchor has been changed by translators.
|
||||
|
||||
### Update source english strings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue