Explorar o código

Add a couple more JS translation strings

Karl Hobley %!s(int64=4) %!d(string=hai) anos
pai
achega
daada5b4c8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      wagtail/admin/localization.py

+ 2 - 0
wagtail/admin/localization.py

@@ -94,6 +94,8 @@ def get_js_translation_strings():
         'SAVE_COMMENT_WARNING': _('This will be saved when the page is saved'),
         'FOCUS_COMMENT': _('Focus comment'),
         'UNFOCUS_COMMENT': _('Unfocus comment'),
+        'COMMENT': _('Comment'),
+        'MORE_ACTIONS': _('More actions'),
 
         'MONTHS': [str(m) for m in MONTHS.values()],