0

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?

Dung DG
  • 1
  • 3
  • Did you try reading the [Alfresco translations wiki page](https://wiki.alfresco.com/wiki/Language_Packs) and the [Alfresco community translations page](https://wiki.alfresco.com/wiki/Community_Translations)? – Gagravarr Apr 30 '16 at 23:34

1 Answers1

1

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.

Dave Draper
  • 1,837
  • 11
  • 25