Skip to content
Snippets Groups Projects
Commit 0ccf2b5a authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs...

EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs window and in scroll list widget in general.
- Added a customizable date format string to be used for scroll list cell of "date" type.
- The date localization does not change the value of a scroll list cell changing only its string representation.
- Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before.
- Changed the date format in Item Profile window (French locale) as noted in the issue description.
- For this fix the French locale still needs the localization of the following strings in strings.xml:
	<string name="dateTimeWeekdaysNames">
	<string name="dateTimeWeekdaysShortNames">
	<string name="dateTimeMonthNames">
	<string name="dateTimeMonthShortNames">
	<string name="dateTimeDayFormat">
	<string name="dateTimeAM">
	<string name="dateTimePM">
parent 2455a4bb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment