[TIMOB-4262] iOS: KitchenSink localization failure.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-31T17:45:00.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Release 1.7.0, Sprint 2011-22 |
Components | iOS |
Labels | kitchensink |
Reporter | Eric Merriman |
Assignee | Stephen Tramer |
Created | 2011-05-31T15:34:10.000+0000 |
Updated | 2011-05-31T23:50:46.000+0000 |
Description
Description:
While attempting to test KS, all tabs and main window titles are "*_win_title". for example, instead of controls, the window title and tab title are "controls_win_title".
This occurs regardless of setting the language to English or Spanish.
This does not occur in the simulator, only on the device.
Steps to reproduce:
1) Pull latest KS
2) Compile and install on iOS device using the latest SDK r9b7ce286
3) Launch KS
Result:
All strings are not as expected
Expected Result:
Localized text without "_win_title" appended
Notes:
Fixed in SDK build: r5aa431bc. Closing.