Changeset 108
- Timestamp:
- 02/21/07 18:51:43 (6 years ago)
- Files:
-
- 1 modified
-
jala/trunk/code/I18n.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jala/trunk/code/I18n.js
r99 r108 164 164 } 165 165 var cache = jala.I18n.catalogs; 166 var catalog; 167 if (!cache[locale]) { 168 var messages = this.getMessages(); 166 var catalog, messages; 167 if (!cache[locale] && (messages = this.getMessages()) != null) { 169 168 var arr = [locale.getLanguage(), locale.getCountry(), locale.getVariant()]; 170 169 while (arr.length > 0 && !(catalog = messages[arr.join("_")])) {
![(please configure the [header_logo] section in trac.ini)](/jala/chrome/common/trac_banner.png)