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

Unified Diff: README.md

Issue 29336327: Issue 2834 - Enable translations for adblockplusui (Closed)
Patch Set: Add link to Crowdin Created Feb. 15, 2016, 4:50 p.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 | build.py » ('j') | 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 1ebbc5172653a65b892189e1f9a202abba5f6e74..ac3402c5a774e8d66b3a77c6fe5b5a80b6839388 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,14 @@ Various aspects of the pages can be tested by setting parameters in the URL. The
only universal parameter is `locale`, e.g. `?locale=es-AR`. This parameter
overrides browser's locale which will be used by default.
+Translations
+------------
+
+Translations for the strings in this project are managed using the online
+[Crowdin platform][crowdin]. To synchronise with Crowdin you can use the build
+script. To get a list of the possible commands type `./build.py -t generic` at
+the command line. (You will also need the Crowdin API key for the project.)
+
firstRun.html
-------------
@@ -80,3 +88,6 @@ The behavior of this page is affected by a number of URL parameters:
blocked (necessary to test the check for blocked scripts in sharing buttons).
* `downloadStatus`: Sets downloadStatus parameter for filter lists, can be used
to trigger various filter list download errors
+
+
+[crowdin]: https://crowdin.com
« no previous file with comments | « no previous file | build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld