| Index: cms/bin/generate_static_pages.py |
| =================================================================== |
| --- a/cms/bin/generate_static_pages.py |
| +++ b/cms/bin/generate_static_pages.py |
| @@ -152,7 +152,8 @@ |
| if locale == defaultlocale: |
| pagelist.add((locale, page)) |
| else: |
| - params = get_page_params(source, locale, page, format) |
| + params = get_page_params(source, locale, page, format, |
|
Vasily Kuznetsov
2018/11/20 19:35:45
I think this change is not really needed: why swea
rhowell
2018/11/21 04:37:05
Winsley brought up links to stylesheets, like this
|
| + relative=relative) |
| if params['translation_ratio'] >= MIN_TRANSLATED: |
| pagelist.add((locale, page)) |
| else: |