From 8690d18695b788da33ee798e1e4d757b4a18dcf2 Mon Sep 17 00:00:00 2001 From: Alec Ananian <> Date: Tue, 14 Jan 2020 07:43:41 -0800 Subject: [PATCH] Replaced hard-coded strings with localizable strings Added en locale as localization fallback --- components/collections/addCollection.vue | 8 +- components/collections/addFolder.vue | 8 +- components/collections/collection.vue | 10 +- components/collections/editCollection.vue | 6 +- components/collections/editFolder.vue | 6 +- components/collections/editRequest.vue | 14 +- components/collections/folder.vue | 8 +- .../collections/importExportCollections.vue | 14 +- components/collections/index.vue | 4 +- components/collections/request.vue | 8 +- components/collections/saveRequestAs.vue | 18 +-- components/graphql/field.vue | 2 +- components/graphql/type.vue | 2 +- components/history.vue | 77 +++++----- lang/en-US.js | 137 +++++++++++++++++- layouts/default.vue | 27 ++-- layouts/error.vue | 6 +- nuxt.config.js | 3 + pages/doc.vue | 116 +++++++-------- pages/graphql.vue | 75 +++++----- pages/index.vue | 129 +++++++++-------- pages/realtime.vue | 40 ++--- pages/settings.vue | 32 ++-- 23 files changed, 452 insertions(+), 298 deletions(-) diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 2c68f630f..197cc412a 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -4,7 +4,7 @@