Changes between Initial Version and Version 1 of Ticket #8849
- Timestamp:
- Mar 12, 2009, 2:21:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8849
- Property Cc dante removed
-
Property
Priority
changed from
high
tonormal
- Property Owner changed from Adam Peller to dante
-
Property
Milestone
changed from
1.3
to1.4
- Property Keywords i18n added
-
Ticket #8849 – Description
initial v1 1 The contents of dojox/layout/nls/GridContainer.js do not appear to be ready for translation. The wording probably needs to be tweaked, and redundant strings combined into some substitution pattern. 2 3 Upon further investigation, the first two strings appear to be error messages which should not be translated at all. Simply inline them into a console.error call or something like that. 4 5 The last one might be an alert call which needs to be converted to something like a tooltip. If it can be replaced with some other UI to avoid nls (like drag/drop X?) even better.