diff options
Diffstat (limited to 'extensions/test/data/unpacker/good_l10n/manifest.json')
-rw-r--r-- | extensions/test/data/unpacker/good_l10n/manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/test/data/unpacker/good_l10n/manifest.json b/extensions/test/data/unpacker/good_l10n/manifest.json new file mode 100644 index 0000000..cf2e2a9 --- /dev/null +++ b/extensions/test/data/unpacker/good_l10n/manifest.json @@ -0,0 +1,6 @@ +{ + "description": "All is well", + "name": "good_l10n", + "default_locale": "sr", + "version": "1.0" +} |