소스 검색

Added show-subtasks-field to be translateable at Board Settings / Subtasks Settings.

Thanks to xet7 !
Lauri Ojansivu 1 년 전
부모
커밋
e60eddda04
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      imports/i18n/data/en.i18n.json

+ 2 - 1
imports/i18n/data/en.i18n.json

@@ -1239,5 +1239,6 @@
   "text": "Text",
   "translation-text": "Translation text",
   "show-at-minicard": "Show at minicard",
-  "show-checklist-at-minicard": "Show checklist at minicard"
+  "show-checklist-at-minicard": "Show checklist at minicard",
+  "show-subtasks-field": "Show subtasks field"
 }