[Pkg-javascript-commits] [dojo] 04/08: Ignore am/pm with alt attributes. Apply to 1.2 branch. Refs #7849
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:12:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.2.1
in repository dojo.
commit 2b10307e826a9746908009e7fbf5cd36361939bd
Author: Adam Peller <github at peller.org>
Date: Mon Oct 20 14:53:15 2008 +0000
Ignore am/pm with alt attributes. Apply to 1.2 branch. Refs #7849
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.2/dojo@15493 560b804f-0ae3-0310-86f3-f6aa0a117693
---
cldr/nls/en/gregorian.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cldr/nls/en/gregorian.js b/cldr/nls/en/gregorian.js
index 0741a92..ced0048 100644
--- a/cldr/nls/en/gregorian.js
+++ b/cldr/nls/en/gregorian.js
@@ -124,7 +124,7 @@
"Fri",
"Sat"
],
- "pm": "p.m.",
+ "pm": "PM",
"days-format-narrow": [
"S",
"M",
@@ -150,7 +150,7 @@
"N",
"D"
],
- "am": "a.m.",
+ "am": "AM",
"days-standAlone-abbr": [
"Sun",
"Mon",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list