Alfresco / share

Archive of Alfresco Share 6.0 and earlier. For the latest Community version of Share see https://github.com/Alfresco/alfresco-community-share
http://docs.alfresco.com/6.0/concepts/gs-intro.html
GNU Lesser General Public License v3.0
39 stars 64 forks source link

Five new languages for the repository: Polish, Czech, Danish, Swedish, Finnish #167

Open rafaljot opened 4 years ago

rafaljot commented 4 years ago

There is information about new languages in 6.2. How is it "included"? It doesn't work out of the box like fr, de, en... I can't find those messages files in .war as well.

https://docs.alfresco.com/6.2/references/whats-new.html "Localization This release includes five new languages for the repository: Polish, Czech, Danish, Swedish, Finnish, in addition to the 10 currently supported languages. Alfresco Share remains localized in 10 languages: French, German, Italian, Spanish, Japanese, Dutch, Norwegian (Bokmål), Russian, Brazilian Portuguese and Simplified Chinese."

gbroadbent commented 4 years ago

Hello @rafaljot, please can you confirm that your query is only for the Repository and not Share? Because "Share" is only supported in 10 languages. @alandavis is this something you may know about?

alandavis commented 4 years ago

Hi @gbroadbent, it is looking like the missing L10n messages are as you suspected in projects other than the 4 main ones used by the content repository. For Finnish (fi) there appears to be 1 missing property file. Probably it is not needed any more. There are in fact about 140 in the content repository (the numbers below are counting both the source and target versions - I was just checking they got copied across). The 280 vs 865 number at the end indicates the majority of the L10m messages are outside of the content repository, such as in Share.

It would be interesting to know which messages appear not to be there.

$ find alfresco-repository -name 'fi.properties' > a $ find alfresco-remote-api -name 'fi.properties' >> a $ find alfresco-enterprise-repository -name 'fi.properties' >> a $ find alfresco-enterprise-remote-api -name 'fi.properties' >> a $ wc -l a 278 a

$ find alfresco-repository -name 'fr.properties' > a $ find alfresco-remote-api -name 'fr.properties' >> a $ find alfresco-enterprise-repository -name 'fr.properties' >> a $ find alfresco-enterprise-remote-api -name 'fr.properties' >> a $ wc -l a 280 a

$ find . -name 'fi.properties' | wc -l 280 $ find . -name 'fr.properties' | wc -l 865