From ad7ee05848bdcb72f501ee10fa53b1fc8f1592c3 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Tue, 12 Jul 2011 11:13:32 +0200 Subject: Make Norwegian use HH:MM time format instead of HH.MM. Fixes bug #3798. --- core/res/res/values-nb/donottranslate-cldr.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/res/res/values-nb/donottranslate-cldr.xml b/core/res/res/values-nb/donottranslate-cldr.xml index 637dd5e..688915b 100644 --- a/core/res/res/values-nb/donottranslate-cldr.xml +++ b/core/res/res/values-nb/donottranslate-cldr.xml @@ -91,17 +91,17 @@ i dag i morgen - %H.%M - %-l.%M %p - %-l.%M %^p - h.mm a - HH.mm + %H:%M + %-l:%M %p + %-l:%M %^p + h:mm a + HH:mm %d.%m.%Y dd.MM.yyyy "%s.%s.%s" %-e. %B %Y - %H.%M.%S - %H.%M.%S %-e. %b %Y + %H:%M:%S + %H:%M:%S %-e. %b %Y %2$s %1$s %1$s %3$s %-e. %b %Y -- cgit v1.1