소스 검색

Add a couple more JS translation strings

Karl Hobley 4 년 전
부모
커밋
daada5b4c8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()],