Files
alfresco-content-app/projects/adf-office-services-ext/ngi.json
Denys Vuika 0b60514a01 [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
2019-03-05 12:50:16 +00:00

21 lines
365 B
JSON

{
"assets": [
{
"glob": "**/*",
"input": "./assets",
"output": "./assets/adf-office-services-ext"
},
{
"glob": "aos.plugin.json",
"input": "./assets",
"output": "./assets/plugins"
}
],
"modules": [
{
"name": "AosExtensionModule",
"namespace": "@alfresco/adf-office-services-ext"
}
]
}