[ https://issues.apache.org/jira/browse/TAP5-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947176#comment-15947176 ]
Hudson commented on TAP5-2574: ------------------------------ FAILURE: Integrated in Jenkins build tapestry-trunk-freestyle #1613 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/1613/]) TAP5-2574: fix properties file name for Bokmål translation (jkemnade: rev 2304644204fe0058005a2b66e8b496a89940ffd8) * (delete) tapestry-core/src/main/resources/org/apache/tapestry5/core_no_NB.properties * (add) tapestry-core/src/main/resources/org/apache/tapestry5/core_nb.properties > No match on Locale nb > ---------------------- > > Key: TAP5-2574 > URL: https://issues.apache.org/jira/browse/TAP5-2574 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.4.1 > Reporter: Svein > Labels: desired_for_5.5 > > {code}configuration.add(SymbolConstants.SUPPORTED_LOCALES, "no_NB,en");{code} > {code}org.apache.tapestry5.internal.services.Request.getLocale() for returns > "nb" for Norwegian{code} > No *_no_NB.properties or *_no.properties are used. I think A way to alias > locale is needed. E.g: > {code}configuration.add(SymbolConstants.SUPPORTED_LOCALES, > "no_NB{nb},en);{code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)