Update hello world

This commit is contained in:
Chocobozzz
2021-04-22 11:35:02 +02:00
parent 60432bdf25
commit 6954e782ff
4 changed files with 31 additions and 3 deletions

View File

@ -44,9 +44,13 @@
{
"script": "client/video-edit-client-plugin.js",
"scopes": [ "video-edit" ]
},
{
"script": "client/admin-plugin-client-plugin.js",
"scopes": [ "admin-plugin" ]
}
],
"translations": {
"fr-FR": "./languages/fr.json"
"fr": "./languages/fr.json"
}
}