From bb596d3652d6bed3025b3d78be4ff9b048a80618 Mon Sep 17 00:00:00 2001 From: Garland William Binns III Date: Fri, 14 Mar 2014 16:38:33 -0400 Subject: [PATCH] Add clarification for running translation update script from root of git repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a97597..b2a376f2 100644 --- a/README.md +++ b/README.md @@ -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 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.