浏览代码

Translate "Broken Cards".

Lauri Ojansivu 4 年之前
父节点
当前提交
d09e448fbd
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      client/components/main/brokenCards.jade
  2. 2 1
      i18n/en.i18n.json

+ 1 - 1
client/components/main/brokenCards.jade

@@ -1,6 +1,6 @@
 template(name="brokenCardsHeaderBar")
   h1
-    | Broken Cards
+    | {{_ 'broken-cards'}}
 
 template(name="brokenCards")
   .wrapper

+ 2 - 1
i18n/en.i18n.json

@@ -861,5 +861,6 @@
   "dueCardsViewChange-title": "Due Cards View",
   "dueCardsViewChange-choice-me": "Me",
   "dueCardsViewChange-choice-all": "All Users",
-  "dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission."
+  "dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",
+  "broken-cards": "Broken Cards"
 }