| Summary: | Swiss local settings for dates are incorrect | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Christoph Pfister <christophpfister> | 
| Component: | general | Assignee: | Stephan Kulow <coolo> | 
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | nicolasg | 
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Christoph Pfister
        
        
        
        
          2006-02-23 18:15:20 UTC
        
       TT.MM.JJJJ sounds like a German setting, so I suppose that it is only used in the German-speaking part of Switzerland. Have a nice day! SVN commit 513056 by goutte: Fix the short date for Switzerland (It seems that dd.mm.yyyy is used for the whole country.) BUG:122574 M +1 -1 entry.desktop --- branches/KDE/3.5/kdebase/l10n/ch/entry.desktop #513055:513056 @@ -91,7 +91,7 @@ DateFormat[fr]=%A, %e %B %Y DateFormat[it]=%A, %e %B %Y DateFormat[eo]=%A, la %ea de %B %Y -DateFormatShort=%e %n. %y +DateFormatShort=%d.%m.%Y TimeFormat=%H.%M:%S #WeekStartDay= PageSize=0 |