From 191bbe76a83123b5d63ec07af00723721552ddd7 Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 8 Nov 2017 12:34:15 +0200 Subject: [PATCH] Add a bunch of missed localization strings, update english and finnish to match. --- src/App.vue | 2 +- src/components/conversation/conversation.vue | 2 +- .../friends_timeline/friends_timeline.vue | 2 +- src/components/login_form/login_form.vue | 10 ++-- .../post_status_form/post_status_form.vue | 6 +-- .../public_and_external_timeline.vue | 2 +- .../public_timeline/public_timeline.vue | 2 +- src/components/registration/registration.vue | 16 +++--- src/components/user_finder/user_finder.vue | 4 +- src/i18n/messages.js | 50 ++++++++++++++++++- 10 files changed, 71 insertions(+), 25 deletions(-) diff --git a/src/App.vue b/src/App.vue index 48cf9ea6..479358b2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@
- +
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index e8d97f99..b430d875 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -1,7 +1,7 @@