Repository: tapestry-5 Updated Branches: refs/heads/master 230464420 -> c0fffb902
TAP5-2574: fix supported locales default value Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/c0fffb90 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c0fffb90 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c0fffb90 Branch: refs/heads/master Commit: c0fffb9028c5a1c8b50fc342475c334f4a2beb3d Parents: 2304644 Author: Jochen Kemnade <[email protected]> Authored: Wed Mar 29 15:57:16 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Mar 29 15:57:16 2017 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/tapestry5/modules/TapestryModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c0fffb90/tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java b/tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java index fdaec67..7529edc 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/modules/TapestryModule.java @@ -2012,7 +2012,7 @@ public final class TapestryModule // This should be overridden for particular applications. These are the // locales for which we have (at least some) localized messages. configuration.add(SymbolConstants.SUPPORTED_LOCALES, - "en,it,es,zh_CN,pt_PT,de,ru,hr,fi_FI,sv_SE,fr,da,pt_BR,ja,el,bg,no_NB,sr_RS,mk_MK"); + "en,it,es,zh_CN,pt_PT,de,ru,hr,fi_FI,sv_SE,fr,da,pt_BR,ja,el,bg,nb,sr_RS,mk_MK"); configuration.add(SymbolConstants.TAPESTRY_VERSION, VersionUtils.readVersionNumber("META-INF/gradle/org.apache.tapestry/tapestry-core/project.properties"));
