mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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™"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user