- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 14:25:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv30246/src/org/w3c/unicorn Modified Files: Framework.java Log Message: parses language files after completion with the default language Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Framework.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Framework.java 19 Oct 2009 17:19:54 -0000 1.26 +++ Framework.java 21 Oct 2009 14:25:33 -0000 1.27 @@ -457,8 +457,8 @@ UCNProperties props = Language.load(langFile); logger.debug("> Found language: " + props.getProperty("lang") + " - " + props.getProperty("language")); LanguageAction.addLanguageProperties(props); - props.parse(); Language.complete(props, defaultProps); + props.parse(); languageProperties.put(props.getProperty("lang"), props); } catch (IllegalArgumentException e) { logger.warn(e.getMessage());
Received on Wednesday, 21 October 2009 14:25:39 UTC