[ACA-2239] initial localisation support for AOS extension (#988)

* setup i18n for aos extension

* translate action names, generic icon

* unit tests and bug fixes

* use AOS testing with CI
This commit is contained in:
Denys Vuika
2019-03-05 12:50:16 +00:00
committed by GitHub
parent 31a0dae59e
commit 0b60514a01
10 changed files with 268 additions and 20 deletions
@@ -1,7 +1,7 @@
{
"$schema": "../../../extension.schema.json",
"$id": "9a635542-d87a-4558-ae64-ffa199d1a364",
"$version": "1.0.0",
"$version": "0.0.6",
"$name": "keensoft.aos.plugin",
"$description": "Extension that provides Office Edit Online Action",
"$vendor": "Keensoft",
@@ -24,8 +24,8 @@
{
"id": "aos.toolbar.openWith.office",
"order": 90,
"icon": "adf:application/msword",
"title": "Edit in Microsoft Office™",
"icon": "edit",
"title": "AOS.ACTION_TITLE",
"actions": {
"click": "aos.openWith.office"
},
@@ -40,8 +40,8 @@
{
"id": "aos.context.openWith.office",
"order": 90,
"icon": "adf:application/msword",
"title": "Edit in Microsoft Office™",
"icon": "edit",
"title": "AOS.ACTION_TITLE",
"actions": {
"click": "aos.openWith.office"
},
@@ -58,8 +58,8 @@
{
"id": "aos.viewer.openWith.office",
"order": 1,
"icon": "adf:application/msword",
"title": "Microsoft Office™",
"icon": "edit",
"title": "AOS.ACTION_TITLE",
"actions": {
"click": "aos.openWith.office"
},
@@ -0,0 +1,5 @@
{
"AOS": {
"ACTION_TITLE": "Edit in Microsoft Office™"
}
}