Translate Language Alfresco Community 5.1 to other languages

361 Views Asked by At

In ..\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\share\imports\share-header.lib.js:

{
         id: "HEADER_SHARED_FILES",
         name: "alfresco/menus/AlfMenuBarItem",
         config: {
            id: "HEADER_SHARED_FILES",
            label: "header.menu.shared.label",
            targetUrl: "context/shared/sharedfiles"
         }
      },

But in File share-header.lib.properties I don't find

header.menu.shared.label=Shared Files

How do I translate this?

1

There are 1 best solutions below

0
Dave Draper On

That particular message key is part of Aikau and is translated within it. If you wish to provide additional language pack support for Aikau then you should read this.