settings: add translatable strings for publik-base-theme (#62413)

This commit is contained in:
Frédéric Péters 2022-05-02 16:53:49 +02:00
parent b02b7b0e5b
commit 6b44b605c6
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ COMBO_PUBLIC_TEMPLATES = {
'standard': {
'name': _('One column'),
'template': 'combo/page_template.html',
# get those labels into gettext catalog
'_': (_('Top of content'), _('Bottom of content')),
},
'standard-sidebar': {
'name': _('One column + sidebar'),