summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-en-rIE
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete 'numeric_date_template'.Elliott Hughes2015-02-061-1/+0
| | | | | | | | The only caller was removed in f91f06a5991451e4af3cf99eba791cb3009810d2. Bug: 18388178 Bug: 18322220 Change-Id: I222363186ad1b9e25c8d8bf0f3928e42cf9bd275
* Switch DateUtils.formatDateRange over to an icu4c-based implementation.Elliott Hughes2013-07-241-48/+0
| | | | | Bug: 7289514 Change-Id: Ia382f49aa23737bde91b7891d95545da084ec57c
* Correct Date format for el_GR, sv_SE and tr_TR localeshowardb2013-06-171-1/+0
| | | | | | | | | | | | | | Amend DateFormat.getDateFormat to CLDR data from icu4c instead of locale specific resource entries which are incorrect for several locales. No CTS tests are added as they require changing the locale which is not currently possible. Bug: https://code.google.com/p/android/issues/detail?id=56385 Change-Id: Ibd11c7fd9b595e19a3e2bf508e1585aa50067e03 Signed-off-by: howardb <android@howardb.com>
* Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes2013-01-141-2/+0
| | | | | | | | I removed the duplication in DateTimeView rather than fix that copy of the code. Bug: 7924970 Change-Id: I60c205d06ad3b50fd2f5d5fc432e4eb186f9c0e7
* Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings.Elliott Hughes2012-09-141-4/+0
| | | | | | | | | | | (cherry-pick of 47a0539ecaf7d7a15008704bd89f748aebf85d47.) Conflicts: core/res/res/values/public.xml Bug: 6811501 Change-Id: Ifb2e030a9fda85a7f664feac812b63e67780e68f
* Switch DateUtils and Time over to using the CLDR for all week and month names.Elliott Hughes2012-09-141-84/+0
| | | | | | | | | | | | (cherry-pick of 99c406e42ba154584070ca7ec100e8be7ff8a800.) Conflicts: core/res/res/values-fa/donottranslate-cldr.xml core/res/res/values/public.xml Bug: 6811501 Change-Id: I2ad9608ae34804e02c6b0271197e96611df12b0a
* Use ICU's CLDR data for "AM" and "PM" strings.Elliott Hughes2012-09-141-2/+0
| | | | | | | | | | | | | | | | This brings DateUtils and Time in sync with bionic, icu, WebKit, DateFormatSymbols, Formatter, and SimpleDateFormat. And specifically means that DateUtils now knows how to say "AM" and "PM" in Japanese. Bug: 6719054 (cherry-pick of b12b61a88a029730b1f2b006ff914c9c719f3942.) Conflicts: core/res/res/values/public.xml Change-Id: Ic1a811621a0ec338abd77458ac2046577f87c1e4
* Move map center resources out of arrays.xml.Eric Fischer2012-03-191-0/+0
| | | | | | | | Having them in the same file means that the translation importer will in some cases try to override the files that were manually added for each locale. Change-Id: Ie34106d08aacdbddb0c1005fb511f2018db93800
* Fix 5581164: Add abbreviated localized date stringsJim Miller2011-11-151-0/+1
| | | | Change-Id: I041eef02a67980d3b5c2f2fa12eae717c26e35be
* Fix the full-weekday date format strings to actually use the full weekday.Eric Fischer2009-11-131-2/+2
| | | | | | Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year. Approver: jerryw
* Add new date formats for the lock screen.Eric Fischer2009-11-111-0/+2
| | | | | | | | | One is the fully-spelled out weekday/day/month with no year. The other is abbreviated weekday/month/day/year. Bug 2247356 Approver: jerryw
* Yet another round of trying to get the date formats right.Eric Fischer2009-06-221-13/+13
| | | | | | | The change this time is to prefer a format derived from an interval format to one that is inherited from the root locale. Only a few locales don't define any interval formats at all and are still have to get anything from the root locale.
* Work around the Czech lack of abbreviated month names.Eric Fischer2009-06-181-0/+1
| | | | | Make the date formats that want abbreviated month names use either the full name or a numeric format.
* Make the date format preference work again.Eric Fischer2009-06-121-0/+1
| | | | | | | | | | | | | It is only used for numeric dates -- spelled-out dates have such a complex variety of formats that they can only be meaningfully formatted from locale strings. In addition, the preference is left null when initializing, on the assumption that the locale will still specify a more useful numeric format than we can guess as part of a build-wide configuration. But if the user has specified a format, the date will be formatted in the order they asked for, with locale-appropriate punctuation substituted in.
* Hook the 12- or 24-hour time format checkbox back up.Eric Fischer2009-06-111-0/+2
| | | | | | The format strings are newly generated from CLDR. The code is once again the same as in cupcake: do the natural thing for the locale if the user has never specified, but follow the checkbox if the user has ever set it.
* Fix some 12- vs 24-hour problems in the FormatDateRange strings.Eric Fischer2009-06-101-2/+3
| | | | | | | | | | | | | Use a resource instead of a hardcoded string for the 24-hour format since it is not exactly the same in every locale. Make sure the 12-hour format is actually for a 12-hour clock, even in locales where this is not a normal thing to do. In the cap_ampm version, do not have it try to capitalize "am" and "pm" if these are non-ASCII strings, since strftime() doesn't know about Unicode and will mess it up. Add a comment so that people don't think the YEAR_IN_MILLIS constant is actually the length of any real year.
* Get the FormatDateRange tests passing again.Eric Fischer2009-06-091-21/+21
| | | | | | This fixes a few places that were accidentally using the wrong numbered parameter in the format call. It also makes other adjustments so that the formats for English are exactly the same as they were in Cupcake.
* Regenerate all the date and time interval formats from CLDR data.Eric Fischer2009-06-091-0/+34
|
* Start using CLDR for some date-and-time strings and formats.Eric Fischer2009-05-151-0/+108
| | | | | | | | | | | | | | | | | | | | | | | Use java.text.DateFormat where possible, since that is already using the CLDR data for the things it supports. Remove an unused date format object from DatePickerDialog. Add a new method for getting the standalone month names from applications, although @hidden for now because it is an API change. Pass the standalone month names down to native code in Time so that tztime's strftime() can use them. And then the bulk of the change: replace all the names for the months and the days of the week, and AM and PM, and yesterday, today, and tomorrow, with strings from CLDR. And replace several of the date format strings with ones derived from CLDR, but reformatted to use strftime() style instead of SimpleDateFormat style. All these resource changes go into new donottranslate-cldr.xml files and are removed from strings.xml so that they aren't part of the normal translation process and the translators don't have to bother with them (and risk messing them up).
* AI 146145: am: CL 146144 Set default map location for Ireland and South AfricaRamanan Rajeswaran2009-04-141-0/+32
Original author: ramanan Merged from: //branches/cupcake/... Automated import of CL 146145