Changes between Initial Version and Version 1 of Ticket #31268


Ignore:
Timestamp:
Feb 13, 2020, 12:09:34 AM (4 years ago)
Author:
Mariusz Felisiak
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31268

    • Property Component UncategorizedInternationalization
    • Property Owner changed from nobody to infosrabah
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
    • Property Summary Algerian Arabic (ar_DZ) locale formatsUpdate Algerian Arabic (ar_DZ) locale formats.
    • Property Version 3.0master
  • Ticket #31268 – Description

    initial v1  
    11Hi,
    22
    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 
     3Based 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'`.
     4The actual locale ar-DZ formats are also missing (pull request pending):
     5{{{
    66SHORT_DATE_FORMAT = 'Y/m/d'
    7 
    87
    98DATE_INPUT_FORMATS = [
     
    2019
    2120NUMBER_GROUPING = 3
     21}}}
    2222-----------
    23 The actual Date format are not the exact représentation of a dates in the country.
     23The actual Date format are not the exact representation of a dates in the country.
     24-----------
     25
     26Even 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.
Back to Top