- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Dec 2006 02:09:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv5789/org/w3c/css/util
Modified Files:
Messages.java
Log Message:
fixing polish language negotiation (also for chinese)
Index: Messages.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Messages.java 12 Dec 2006 05:09:02 -0000 1.8
+++ Messages.java 15 Dec 2006 02:09:31 -0000 1.9
@@ -295,6 +295,8 @@
tmp = new Utf8Properties();
tmp.load(f);
languages.put("pl", tmp);
+ languages.put("pl_PL", tmp);
+ languages.put("pl-PL", tmp);
} finally {
f.close();
}
Received on Friday, 15 December 2006 02:09:40 UTC