Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
www-data committed Nov 28, 2011
1 parent 9c55b2a commit 277f2e0
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions system/system-cn-iso-date-format.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
diff --git a/usr/palm/frameworks/mojo/submissions/383/formats/en_cn.json b/usr/palm/frameworks/mojo/submissions/383/formats/en_cn.json
index 2a50300..28680f8 100644
--- a/usr/palm/frameworks/mojo/submissions/383/formats/en_cn.json
+++ b/usr/palm/frameworks/mojo/submissions/383/formats/en_cn.json
@@ -5,25 +5,26 @@
"currencyAppend": "",
"percentageSpace": true,

- "fullDate": "EEEE, d MMMM yyyy",
- "longDate": "d MMMM yyyy",
- "mediumDate": "d MMM yyyy",
- "defaultDate": "d MMM yyyy",
- "shortDate": "dd/MM/yyyy",
- "dateFieldOrder": "dmy",
-
- "fullTime24": "HH:mm:ss",
- "fullTime12": "hh:mm:ss a",
- "longTime24": "HH:mm:ss zzz",
- "longTime12": "hh:mm:ss a zzz",
- "mediumTime24": "HH:mm:ss",
- "mediumTime12": "ahh:mm:ss",
- "defaultTime24": "HH:mm:ss",
- "defaultTime12": "ahh:mm:ss",
- "shortTime24": "HH:mm",
- "shortTime12": "ah:mm",
+ "fullDate": "yyyy-M-d-EEEE",
+ "longDate": "yyyy-M-d",
+ "mediumDate": "yyyy-M-d",
+ "defaultDate": "yyyy-M-d",
+ "shortDate": "yy-M-d",
+ "dateFieldOrder": "ymd",
"dateTimeFormat" : "DATE TIME",

+ "defaultTime12": "h:mm:ss a",
+ "shortTime12": "h:mm a",
+ "mediumTime12": "h:mm:ss a",
+ "longTime12": "h:mm:ss a zzz",
+ "fullTime12": "h:mm:ss a zzz",
+
+ "defaultTime24": "H:mm:ss",
+ "shortTime24": "H:mm",
+ "mediumTime24": "H:mm:ss",
+ "longTime24": "H:mm:ss zzz",
+ "fullTime24": "H:mm:ss zzz",
+
"is12HourDefault": false,
"firstDayOfWeek": 0
}
diff --git a/usr/palm/frameworks/mojo2/submissions/112/formats/en_cn.json b/usr/palm/frameworks/mojo2/submissions/112/formats/en_cn.json
index 95d6a2c..7e8071c 100644
--- a/usr/palm/frameworks/mojo2/submissions/112/formats/en_cn.json
+++ b/usr/palm/frameworks/mojo2/submissions/112/formats/en_cn.json
@@ -7,13 +7,13 @@
"localeName": "China",
"titleCase": true,

- "fullDate": "EEEE, d MMMM yyyy",
- "longDate": "d MMMM yyyy",
- "mediumDate": "d MMM yyyy",
- "defaultDate": "d MMM yyyy",
- "shortDate": "dd/MM/yyyy",
- "dateFieldOrder": "dmy",
- "timeFieldOrder": "ahm",
+ "fullDate": "yyyy-M-d EEEE",
+ "longDate": "yyyy-M-d",
+ "mediumDate": "yyyy-M-d",
+ "defaultDate": "yyyy-M-d",
+ "shortDate": "yy-M-d",
+ "dateFieldOrder": "ymd",
+ "timeFieldOrder": "ahm",

"fullTime24": "HH:mm:ss",
"fullTime12": "hh:mm:ss a",
@@ -30,12 +30,12 @@
"is12HourDefault": false,
"firstDayOfWeek": 0,

- "shortDMDate": "dd/MM",
- "mediumDMDate": "d MMM",
- "longDMDate": "d MMMM",
- "shortMYDate": "MM/yyyy",
- "mediumMYDate": "MMM yyyy",
- "longMYDate": "MMMM yyyy",
+ "shortDMDate": "M-d",
+ "mediumDMDate": "M-d",
+ "longDMDate": "M-d",
+ "shortMYDate": "yy-M",
+ "mediumMYDate": "yyyy-M",
+ "longMYDate": "yyyy-M",

"shortWeekday": "EE",
"mediumWeekday": "EEE",

0 comments on commit 277f2e0

Please sign in to comment.