Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add clarification for running translation update script from web root. #343
Conversation
saivann
and 1 other
commented on an outdated diff
Mar 13, 2014
| @@ -28,7 +28,7 @@ Installing dependencies on older Ubuntu and Debian distributions | ||
| ### 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 web root 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. |
saivann
Contributor
|
saivann
added a commit
that referenced
this pull request
Mar 14, 2014
saivann
merged commit ba3929a
into
bitcoin-dot-org:master
Mar 14, 2014
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wbnns commentedMar 13, 2014
Update text for additional clarity.