Explorar o código

Translate "Broken Cards".

Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
d09e448fbd
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  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"
 }