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": [] }