From cbf91324906aaab7a2fb1e130bc320660f757ada Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Mon, 16 Oct 2023 21:25:09 +0200 Subject: [PATCH] Change new langauge setting desc to a less technical explanation --- manifest.json | 2 +- src/views/SettingsView/SettingView.ts | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b0552f0..ca55fa4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.53.0", + "version": "2.54.0", "minAppVersion": "0.12.0", "description": "Publish your notes to the web for others to enjoy. For free.", "author": "Ole Eskild Steensen", diff --git a/src/views/SettingsView/SettingView.ts b/src/views/SettingsView/SettingView.ts index e72eba2..3552ba7 100644 --- a/src/views/SettingsView/SettingView.ts +++ b/src/views/SettingsView/SettingView.ts @@ -505,7 +505,7 @@ export default class SettingView { new Setting(themeModal.contentEl) .setName("Main language") .setDesc( - 'ISO 639-1 language code for the main language of your site. This is used to set correct .', + "Language code (ISO 639-1) for the main language of your site. This is used to set the correct language on your site to assist search engines and browsers.", ) .addText((text) => text diff --git a/versions.json b/versions.json index 84fbe2c..1018cc8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.54.0": "0.12.0", "2.53.0": "0.12.0", "2.52.0": "0.12.0", "2.51.0": "0.12.0",