From 7bd345ceec827ff55a9837349278b9e8befc6f11 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 28 Dec 2018 20:10:01 +0100 Subject: [PATCH 01/10] WIP - First attemplte of Pluralization --- locales/de.json | 2 +- locales/en.json | 19 ++++++++++++++++++- pages/post/_slug.vue | 18 +++++++++--------- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/locales/de.json b/locales/de.json index bb879f4ea..56a6b0fe1 100644 --- a/locales/de.json +++ b/locales/de.json @@ -94,4 +94,4 @@ "author": "Afrikanisches Sprichwort" } } -} \ No newline at end of file +} diff --git a/locales/en.json b/locales/en.json index a36bdda3c..d5db12591 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,4 +1,21 @@ { + "common": { + "post": "Post ::: Posts", + "comment": "Comment ::: Comments", + "letsTalk": "Let`s Talk", + "versus": "Versus", + "moreInfo": "More Info", + "takeAction": "Take Action", + "shout": "Shout ::: Shouts", + "user": "User ::: Users", + "category": "Category ::: Categories", + "organization": "Organization ::: Organizations", + "project": "Project ::: Projects", + "tag": "Tag ::: Tags", + "name": "Name ::: Names", + "loadMore": "load more", + "loading": "loading" + }, "login": { "copy": "If you already have a human-connection account, login here.", "login": "Login", @@ -94,4 +111,4 @@ "author": "African proverb" } } -} \ No newline at end of file +} diff --git a/pages/post/_slug.vue b/pages/post/_slug.vue index b3e6e2ea8..0d147532c 100644 --- a/pages/post/_slug.vue +++ b/pages/post/_slug.vue @@ -18,33 +18,33 @@