From ffc8328d66fc29b75410df1f7f81da8f5968e1a9 Mon Sep 17 00:00:00 2001 From: tjcouch-sil Date: Thu, 25 Apr 2024 08:57:10 -0500 Subject: [PATCH] Added localized string contribution doc --- contributions/localizedStrings.json | 6 ++++++ manifest.json | 1 + 2 files changed, 7 insertions(+) create mode 100644 contributions/localizedStrings.json diff --git a/contributions/localizedStrings.json b/contributions/localizedStrings.json new file mode 100644 index 0000000..56de66e --- /dev/null +++ b/contributions/localizedStrings.json @@ -0,0 +1,6 @@ +{ + "metadata": {}, + "localizedStrings": { + "en": {} + } +} diff --git a/manifest.json b/manifest.json index c516657..fe02294 100644 --- a/manifest.json +++ b/manifest.json @@ -9,5 +9,6 @@ "menus": "contributions/menus.json", "settings": "contributions/settings.json", "projectSettings": "contributions/projectSettings.json", + "localizedStrings": "contribution/localizedStrings.json", "activationEvents": [] }