Ticket #6451: german_weekday_abbreviations.patch

File german_weekday_abbreviations.patch, 889 bytes (added by john@…, 16 years ago)

Patch to add weekday abbreviations to German translation

  • conf/locale/de/LC_MESSAGES/django.po

     
    26142614msgid "Sunday"
    26152615msgstr "Sonntag"
    26162616
     2617#: utils/dates.py:10
     2618msgid "Mon"
     2619msgstr "Mo"
     2620
     2621#: utils/dates.py:10
     2622msgid "Tue"
     2623msgstr "Di"
     2624
     2625#: utils/dates.py:10
     2626msgid "Wed"
     2627msgstr "Mi"
     2628
     2629#: utils/dates.py:10
     2630msgid "Thu"
     2631msgstr "Do"
     2632
     2633#: utils/dates.py:10
     2634msgid "Fri"
     2635msgstr "Fr"
     2636
     2637#: utils/dates.py:11
     2638msgid "Sat"
     2639msgstr "Sa"
     2640
     2641#: utils/dates.py:11
     2642msgid "Sun"
     2643msgstr "So"
     2644
    26172645#: utils/dates.py:14
    26182646msgid "January"
    26192647msgstr "Januar"
Back to Top