You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Svein (JIRA)" <ji...@apache.org> on 2017/02/23 09:39:44 UTC

[jira] [Created] (TAP5-2574) No match on Locale nb

Svein created TAP5-2574:
---------------------------

             Summary: 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


configuration.add(SymbolConstants.SUPPORTED_LOCALES, "no_NB,en");
org.apache.tapestry5.internal.services.Request.getLocale() for returns "nb" for Norwegian and no *_no_NB.properties or *_no.properties are used. I think A way to alias locale is needed. E.g: configuration.add(SymbolConstants.SUPPORTED_LOCALES, "no_NB{nb},en);




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)