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

Unified Diff: README.md

Issue 29339692: Noissue - Document MIN_TRANSLATED behaviour (cms) (Closed)
Patch Set: Created April 13, 2016, 11:06 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 5101fc3d77916b9e7a02545e0f798f31cc87722f..c38a5a80173c3bee64de761a0d5ac054386c332f 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,13 @@ Run the following command from the directory of the `cms` repository:
python -m cms.bin.generate_static_pages www_directory target_directory
Here `www_directory` should be replaced by the path to your content directory.
-`target_directory` is the path where static files will be placed..
+`target_directory` is the path where static files will be placed.
+
+Note: Localized versions of pages will only be generated when their translations
+are at least 30% complete. (Measured by comparing the total number
+of translatable strings on a page to the number of strings that have been
+translated for a given locale.) This is different from the test server which
+will include less complete translations.
### Syncing translations ###
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld