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 ### |