Parent Directory
|
Revision Log
|
Patch
revision 614 by alfonx, Wed Dec 9 15:13:42 2009 UTC | revision 615 by alfonx, Mon Dec 14 17:31:41 2009 UTC | |
---|---|---|
# | Line 178 public class Translation extends HashMap | Line 178 public class Translation extends HashMap |
178 | put(DEFAULT_KEY, defaultTranslation); | put(DEFAULT_KEY, defaultTranslation); |
179 | } else | } else |
180 | for (String code : languages) { | for (String code : languages) { |
181 | if (code.equals(getActiveLang())) { | // if (code.equals(getActiveLang())) { |
182 | put(code, defaultTranslation); | put(code, defaultTranslation); |
183 | } | // } |
184 | } | } |
185 | } | } |
186 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |