From 570aaa4235543d8701220dd107f0e0dd0b80c745 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sat, 18 Jun 2022 11:48:18 +0300 Subject: [PATCH] Move all static texts to locale file (#989) * Move all static texts to locale file * Fix message Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> --- web/src/App.vue | 5 ++++- web/src/assets/locales/en.json | 9 ++++++++- web/src/components/layout/header/Navbar.vue | 2 +- web/src/components/repo/build/BuildItem.vue | 4 +++- web/src/components/repo/build/BuildProcList.vue | 2 +- web/src/components/repo/settings/GeneralTab.vue | 2 +- web/src/views/repo/RepoSettings.vue | 4 +++- web/src/views/repo/build/Build.vue | 6 ++++-- web/src/views/repo/build/BuildWrapper.vue | 2 +- 9 files changed, 26 insertions(+), 10 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 1d5fee581..4c1a875ae 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -18,6 +18,7 @@