Changes between Initial Version and Version 1 of Ticket #31268
- Timestamp:
- Feb 13, 2020, 12:09:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31268
- Property Component Uncategorized → Internationalization
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Summary Algerian Arabic (ar_DZ) locale formats → Update Algerian Arabic (ar_DZ) locale formats.
- Property Version 3.0 → master
-
Ticket #31268 – Description
initial v1 1 1 Hi, 2 2 3 Based on the way date are represented in algeria, the actual SHORT_DATE_FORMAT is 'd/m/Y' but he correct foramt is 'Y/m/d'.4 The actual locale ar-DZ formats are also missing (pull request pending ):5 3 Based on the way date are represented in Algeria, the actual `SHORT_DATE_FORMAT` is `'d/m/Y'` but the correct format is `'Y/m/d'`. 4 The actual locale ar-DZ formats are also missing (pull request pending): 5 {{{ 6 6 SHORT_DATE_FORMAT = 'Y/m/d' 7 8 7 9 8 DATE_INPUT_FORMATS = [ … … 20 19 21 20 NUMBER_GROUPING = 3 21 }}} 22 22 ----------- 23 The actual Date format are not the exact représentation of a dates in the country. 23 The actual Date format are not the exact representation of a dates in the country. 24 ----------- 25 26 Even if most RTL other countries are using or still using `'d/m/Y '`, Algeria is not. For every date on any resource (News, Official communications, News paper) that using Arabic as a language, the Date format is `'Y/m/d'`. 27 28 [https://en.wikipedia.org/wiki/Algeria The Wikipedia] describes the French language in Algeria (`fr-DZ`) LTR, not the Arabic (`ar-DZ`) that we are talking about here.