Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29323104: Issue 2750 - [Support other languages] Apply Firefox's translations (Pt. II) (Closed)
Patch Set: Created July 30, 2015, 11:31 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 8eb63d34a1cd31c8dd8b4a62dfc184292716912b..6dfbaf222d9eba73b6850aec3df2b682b17b6b2f 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ Apply the following changes to `abb-multi-cfg.py`:
"tag": "default",
"dest": BUILD_DIR,
}],
+
* Change `"hg_l10n_tag"` in `config` from `default` to `FENNEC_39_0_1_RELEASE`
* You might want to remove the `"backup-objdir"` build step if you do
not want your objdir to be backed up. Keep in mind that you then need to
@@ -100,7 +101,7 @@ An example configuration could look like this:
"tag": "RELEASE_AUTOMATION"
}],
"hg_l10n_base": "https://hg.mozilla.org/%s" % L10N_REPO_PATH,
- "hg_l10n_tag": "default",
+ "hg_l10n_tag": "FENNEC_39_0_1_RELEASE",
"l10n_dir": "l10n",
"merge_locales": True,
"mozilla_dir": BUILD_DIR,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld