From 3d3d50762e61dc5df8a046917e8fc1bde53eb730 Mon Sep 17 00:00:00 2001 From: McMatts Date: Thu, 10 Mar 2022 16:35:59 -0500 Subject: [PATCH] i18n section stings --- gui/app/components/section/trello/type-editor.js | 2 ++ .../components/section/tabular/type-editor.hbs | 14 +++++++------- .../components/section/trello/type-editor.hbs | 12 ++++++------ gui/public/i18n/en-US.json | 13 +++++++++++++ 4 files changed, 28 insertions(+), 13 deletions(-) diff --git a/gui/app/components/section/trello/type-editor.js b/gui/app/components/section/trello/type-editor.js index 2455f30f..f1858e32 100644 --- a/gui/app/components/section/trello/type-editor.js +++ b/gui/app/components/section/trello/type-editor.js @@ -47,6 +47,8 @@ export default Component.extend(SectionMixin, NotifierMixin, { }, didReceiveAttrs() { + this._super(); + let page = this.get('page'); let config = {}; let self = this; diff --git a/gui/app/templates/components/section/tabular/type-editor.hbs b/gui/app/templates/components/section/tabular/type-editor.hbs index 76611019..b519794c 100644 --- a/gui/app/templates/components/section/tabular/type-editor.hbs +++ b/gui/app/templates/components/section/tabular/type-editor.hbs @@ -13,7 +13,7 @@ {{ui/ui-button color=constants.Color.Yellow light=true - label="IMPORT CSV" + label=(localize 'section_tabular_import_csv') onClick=(action "onShowImportModal")}} @@ -26,18 +26,18 @@