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

Unified Diff: cms/utils.py

Issue 29317015: Issue 2625 - [cms] Crowdin synchronisation script (Closed)
Patch Set: Created June 15, 2015, 2:12 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
« cms/sources.py ('K') | « cms/sources.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/utils.py
diff --git a/cms/utils.py b/cms/utils.py
index 0c7b8bea7e44da7c7b776acf6c4830c4010d927d..4c794ccf6337a09ab74a630ab77027d590fced3f 100644
--- a/cms/utils.py
+++ b/cms/utils.py
@@ -30,6 +30,7 @@ def get_page_params(source, locale, page, format=None, site_url_override=None):
"source": source,
"template": "default",
"locale": locale,
+ "localecomments": {},
Wladimir Palant 2015/06/29 19:05:38 This should no longer be necessary if locale data
kzar 2015/07/02 12:33:13 Done.
"page": page,
"pagedata": source.read_page(page, format),
"config": source.read_config(),
« cms/sources.py ('K') | « cms/sources.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld