> So I guess this means two things:
>
> 1) The actual labels for a given language "XX" can be found in the XX language file for keys:
>
- >
- announcements=<announcement label for language XX>
> - blogs=<blog label for language XX>
> - general=<general label for language XX>
> - news=<news label for language XX>
> - press-release=<press release label for language XX>
> - test=<test label for language XX>
>
>
> 2) If I want to add a new category and label for the journal portlet, then I must
>
- >
- Append a new unique "key" to the "journal.article.types" list in portal-ext.properties
> - Add this new unique key to every language file with the correct label for that language
>
>
> Is this a correct interpretation of your answer?
You got it right on... and you can then place the Language files in
ROOT/WEB-INF/classes/content/Language-ext.properties
ROOT/WEB-INF/classes/content/Language-ext_en.properties
ROOT/WEB-INF/classes/content/Language-ext_fr.properties
ROOT/WEB-INF/classes/content/Language-ext_en-US.properties
...
Remember the "-ext", these files will be merged with the default
Language files.
Please sign in to flag this as inappropriate.