From 3314e87c29073dcff64dc4919a86b5c9673ca4fc Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Tue, 21 Jun 2022 13:10:25 -0500 Subject: [PATCH 1/4] changed filetype for translation files --- wktui.wptg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wktui.wptg b/wktui.wptg index d3e43f187..1b0c68cb0 100644 --- a/wktui.wptg +++ b/wktui.wptg @@ -1,5 +1,5 @@ Languages: Std_Admin electron/app/locales/en - electron.json FileType: JSON - webui.json FileType: JSON + electron.json FileType: i18next-json + webui.json FileType: i18next-json From 2faf74ed4319d31cf90f52f44b9bb9df8bfac02e Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Wed, 22 Jun 2022 11:28:50 -0500 Subject: [PATCH 2/4] testing suggestion from GO portal team --- wktui.wptg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wktui.wptg b/wktui.wptg index 1b0c68cb0..17cb88e5b 100644 --- a/wktui.wptg +++ b/wktui.wptg @@ -1,5 +1,5 @@ Languages: Std_Admin -electron/app/locales/en +electron/app/locales/%j electron.json FileType: i18next-json webui.json FileType: i18next-json From fe26ef4f77f248284cbb0bf60622c893047393bd Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Wed, 22 Jun 2022 11:33:06 -0500 Subject: [PATCH 3/4] testing suggestion from GO portal team --- wktui.wptg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wktui.wptg b/wktui.wptg index 17cb88e5b..b6f8f5fda 100644 --- a/wktui.wptg +++ b/wktui.wptg @@ -1,5 +1,5 @@ Languages: Std_Admin -electron/app/locales/%j - electron.json FileType: i18next-json - webui.json FileType: i18next-json +electron/app/locales + %j/electron.json FileType: i18next-json + %j/webui.json FileType: i18next-json From 82ab33d9c806e203547556e624a1a285a819beff Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Wed, 22 Jun 2022 14:31:42 -0500 Subject: [PATCH 4/4] testing suggestion from GO portal team --- wktui.wptg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wktui.wptg b/wktui.wptg index b6f8f5fda..4aa3204b3 100644 --- a/wktui.wptg +++ b/wktui.wptg @@ -1,5 +1,5 @@ Languages: Std_Admin -electron/app/locales - %j/electron.json FileType: i18next-json - %j/webui.json FileType: i18next-json +electron/app/locales/%J + electron.json FileType: i18next-json + webui.json FileType: i18next-json