 Issue 29979564:
  Issue 5452 - Improve CMS API for local link generation  (Closed) 
  Base URL: https://hg.adblockplus.org/cms/
    
  
    Issue 29979564:
  Issue 5452 - Improve CMS API for local link generation  (Closed) 
  Base URL: https://hg.adblockplus.org/cms/| Index: tests/test_site/pages/global.tmpl | 
| =================================================================== | 
| --- a/tests/test_site/pages/global.tmpl | 
| +++ b/tests/test_site/pages/global.tmpl | 
| @@ -2,3 +2,5 @@ | 
| {{- has_string('temp') }} | 
| {{- has_string('exists', 'global') }} | 
| {{- get_string('exists', 'global') }} | 
| +{{- page_has_locale('global', 'en') }} | 
| +{{- page_has_locale('global', 'de') }} |