From 35b40ef650c64e935944f46ba5d453f501c4e370 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 20 Sep 2013 17:03:30 -0400 Subject: [PATCH] internationalization: unread.tpl --- public/language/en/unread.json | 5 +++++ public/templates/unread.tpl | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 public/language/en/unread.json diff --git a/public/language/en/unread.json b/public/language/en/unread.json new file mode 100644 index 0000000000..f8d5ccfbc3 --- /dev/null +++ b/public/language/en/unread.json @@ -0,0 +1,5 @@ +{ + "no_unread_topics": "There are no unread topics.", + "mark_all_read": "Mark all as Read", + "load_more": "Load More" +} \ No newline at end of file diff --git a/public/templates/unread.tpl b/public/templates/unread.tpl index e44f479982..4131be1d1f 100644 --- a/public/templates/unread.tpl +++ b/public/templates/unread.tpl @@ -1,6 +1,6 @@
@@ -10,10 +10,10 @@
- There are no unread topics. + [[unread:no_unread_topics]]
- +
@@ -45,7 +45,7 @@ - +