OLD | NEW |
(Empty) | |
| 1 diff --git a/source/data/locales/ar.txt b/source/data/locales/ar.txt |
| 2 index 0d497b8..d3a028a 100644 |
| 3 --- a/source/data/locales/ar.txt |
| 4 +++ b/source/data/locales/ar.txt |
| 5 @@ -40,7 +40,7 @@ ar{ |
| 6 minusSign{"-"} |
| 7 nan{"ليس رقم"} |
| 8 perMille{"؉"} |
| 9 - percentSign{"٪"} |
| 10 + percentSign{"٪"} |
| 11 plusSign{"+"} |
| 12 superscriptingExponent{"×"} |
| 13 timeSeparator{":"} |
| 14 diff --git a/source/data/locales/en_AU.txt b/source/data/locales/en_AU.txt |
| 15 index ea25a1f..129a5dd 100644 |
| 16 --- a/source/data/locales/en_AU.txt |
| 17 +++ b/source/data/locales/en_AU.txt |
| 18 @@ -32,7 +32,7 @@ en_AU{ |
| 19 d{"E, d MMM – E, d MMM"} |
| 20 } |
| 21 yMMMEd{ |
| 22 - d{"E, d MMM – E, dMMM, y G"} |
| 23 + d{"E, d MMM – E, d MMM y G"} |
| 24 } |
| 25 } |
| 26 } |
| 27 @@ -55,8 +55,8 @@ en_AU{ |
| 28 "h:mm:ss a", |
| 29 "h:mm a", |
| 30 "EEEE, d MMMM y", |
| 31 - "dMMMM,y", |
| 32 - "dMMM,y", |
| 33 + "d MMMM y", |
| 34 + "d MMM y", |
| 35 "d/M/yy", |
| 36 "{1}, {0}", |
| 37 "{1} 'at' {0}", |
| 38 @@ -66,7 +66,7 @@ en_AU{ |
| 39 } |
| 40 availableFormats{ |
| 41 M{"LL"} |
| 42 - yMMMEd{"E, d MMM,y"} |
| 43 + yMMMEd{"E, d MMM y"} |
| 44 } |
| 45 dayNames{ |
| 46 format{ |
| 47 diff --git a/source/data/locales/fa.txt b/source/data/locales/fa.txt |
| 48 index 8a79dff..594881e 100644 |
| 49 --- a/source/data/locales/fa.txt |
| 50 +++ b/source/data/locales/fa.txt |
| 51 @@ -52,7 +52,7 @@ fa{ |
| 52 minusSign{"−"} |
| 53 nan{"ناعدد"} |
| 54 perMille{"؉"} |
| 55 - percentSign{"٪"} |
| 56 + percentSign{"٪"} |
| 57 plusSign{"+"} |
| 58 superscriptingExponent{"×"} |
| 59 timeSeparator{":"} |
OLD | NEW |