Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01f5c7e8 authored by sofajazz's avatar sofajazz Committed by Gitsaibot
Browse files

Langage fixes for week numbering in week view:

1. en-GB: Only first week was shown
2. Fixed german translation
parent 6718de68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@
        <item quantity="other"><xliff:g id="count">%d</xliff:g> Wochen</item>
    </plurals>
    <plurals name="weekN">
        <item quantity="one">Eine Woche <xliff:g id="count">%d</xliff:g></item>
        <item quantity="other">Wochen <xliff:g id="count">%d</xliff:g></item>
        <item quantity="one">Woche <xliff:g id="count">%d</xliff:g></item>
        <item quantity="other">Woche <xliff:g id="count">%d</xliff:g></item>
    </plurals>
    <string name="calendar_refresh" msgid="6172731193680500025">"Aktualisieren"</string>
    <string name="show_day_view" msgid="5782512782605466016">"Tag anzeigen"</string>
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
    </plurals>
    <plurals name="weekN">
        <item quantity="one">Week <xliff:g id="count">%d</xliff:g></item>
        <item quantity="other"/>
        <item quantity="other">Week <xliff:g id="count">%d</xliff:g></item>
    </plurals>
    <string name="calendar_refresh" msgid="6172731193680500025">"Refresh"</string>
    <string name="show_day_view" msgid="5782512782605466016">"Show day"</string>