You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2014/06/25 11:09:03 UTC

git commit: TAP5-2355: fix format argument order in zh_CN validation messages

Repository: tapestry-5
Updated Branches:
  refs/heads/5.3 4a5b8fc69 -> 52765fe76


TAP5-2355: fix format argument order in zh_CN validation messages


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/52765fe7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/52765fe7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/52765fe7

Branch: refs/heads/5.3
Commit: 52765fe76f6879a69a975bab8a063aad34af6aeb
Parents: 4a5b8fc
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jun 25 11:07:15 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jun 25 11:07:15 2014 +0200

----------------------------------------------------------------------
 .../tapestry5/internal/ValidationMessages_zh_CN.properties       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/52765fe7/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_zh_CN.properties
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_zh_CN.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_zh_CN.properties
index b1d0145..ec7a7cf 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_zh_CN.properties
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_zh_CN.properties
@@ -17,8 +17,8 @@
 # we must use specific indexing when that's not the best order.
 
 required=\u60a8\u5fc5\u987b\u586b\u5199 %s \u7684\u503c\u3002
-minimum-string-length=\u60a8\u5fc5\u987b\u4e3a %s \u63d0\u4f9b\u81f3\u5c11 %d \u5b57\u7b26\u3002
-maximum-string-length=\u60a8\u6700\u591a\u80fd\u4e3a %s \u63d0\u4f9b\u81f3\u5c11 %d \u5b57\u7b26\u3002
+minimum-string-length=\u60a8\u5fc5\u987b\u4e3a %2$s \u63d0\u4f9b\u81f3\u5c11 %1$d \u5b57\u7b26\u3002
+maximum-string-length=\u60a8\u6700\u591a\u80fd\u4e3a %2$s \u63d0\u4f9b\u81f3\u5c11 %1$d \u5b57\u7b26\u3002
 min-integer=%2$s \u9700\u8981\u5927\u4e8e %1$d \u7684\u503c\u3002 
 max-integer=%2$s \u9700\u8981\u5c0f\u4e8e %1$d \u7684\u503c\u3002
 # This is lousy as a default, since the pattern string is meaningless to the user. You should always override