mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add clarification for running translation update script from root of git repo.
This commit is contained in:
parent
85f3337818
commit
bb596d3652
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Installing dependencies on older Ubuntu and Debian distributions
|
||||||
|
|
||||||
### Import translations
|
### Import translations
|
||||||
|
|
||||||
**Update translations**: You can update the relevant language file in \_translations/ and run ./\_contrib/updatetx.rb to update layouts and templates for this language. You should also make sure that no url has been changed by translators. If one page has been replaced or moved, a redirection can be added in \_config.yml.
|
**Update translations**: You can update the relevant language file in \_translations/ and from the root of the git repository run ./\_contrib/updatetx.rb to update layouts and templates for this language. You should also make sure that no url has been changed by translators. If one page has been replaced or moved, a redirection can be added in \_config.yml.
|
||||||
|
|
||||||
**Add a new language**: You can put the language file from Transifex in \_translations and add the language in \_config.yml in the right display order for the language bar. Make sure to review all pages and check all links.
|
**Add a new language**: You can put the language file from Transifex in \_translations and add the language in \_config.yml in the right display order for the language bar. Make sure to review all pages and check all links.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue