From 71785cba127431eef31bf5001fa4970c2502c30d Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Wed, 22 May 2024 11:57:43 +0100 Subject: [PATCH 1/2] Update config for RTL language --- config.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config.ts b/config.ts index 20dddbc..f0b0ae8 100644 --- a/config.ts +++ b/config.ts @@ -1,4 +1,4 @@ -import { generateDeploymentConfig, loadEncryptedConfig} from "scripts"; +import { generateDeploymentConfig, loadEncryptedConfig } from "scripts"; import { SKINS } from "./skins"; const config = generateDeploymentConfig("debug"); @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg"; config.git = { content_repo: "https://github.com/IDEMSInternational/app-debug-content.git", - content_tag_latest: "1.2.28", + content_tag_latest: "1.2.29", }; config.app_config.ASSET_PACKS = { @@ -27,12 +27,12 @@ config.app_config.ASSET_PACKS = { // TODO - should supabase match general config and additional settings const supabaseConfig = loadEncryptedConfig("supabaseConfig.json"); -config.supabase = { ...supabaseConfig, enabled: supabaseConfig ? true : false }; +config.supabase = { ...supabaseConfig, enabled: supabaseConfig ? true : false }; config.firebase = { config: loadEncryptedConfig('firebase.json'), - auth:{enabled:true}, - crashlytics:{enabled:true} + auth: { enabled: true }, + crashlytics: { enabled: true } } config.error_logging = { @@ -76,4 +76,6 @@ config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete" config.app_config.APP_AUTHENTICATION_DEFAULTS.enforceLogin = false config.app_config.APP_AUTHENTICATION_DEFAULTS.signInTemplate = "example_google_auth" +config.app_config.APP_LANGUAGES_META = { en_rtl: { rtl: true } } + export default config; From edcf1fdcb56221ecba9f589abe60be84c5f6aeb7 Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Wed, 22 May 2024 11:59:41 +0100 Subject: [PATCH 2/2] Revert version update --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index f0b0ae8..51393d6 100644 --- a/config.ts +++ b/config.ts @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg"; config.git = { content_repo: "https://github.com/IDEMSInternational/app-debug-content.git", - content_tag_latest: "1.2.29", + content_tag_latest: "1.2.28", }; config.app_config.ASSET_PACKS = {