Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MM2-0/Kvaesitso
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 30, 2024
2 parents 64bb401 + 0e86a7b commit 93f55e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/i18n/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -779,4 +779,9 @@
<item quantity="few">%1$s poštovní adresy</item>
<item quantity="other">%1$s poštovních adres</item>
</plurals>
<plurals name="app_info_notifications">
<item quantity="one">%1$s oznámení</item>
<item quantity="few">%1$s oznámení</item>
<item quantity="other">%1$s oznámení</item>
</plurals>
</resources>
2 changes: 1 addition & 1 deletion core/i18n/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
<string name="preference_search_location_custom_tile_server_url">Tileserver-URL</string>
<string name="menu_dial">Anrufen</string>
<string name="menu_bugreport">Fehler melden</string>
<string name="preference_search_locations_hide_uncategorized_summary">Nur Ergebnisse mit klar definierten, wie „Café“ oder „Restaurant“ anzeigen</string>
<string name="preference_search_locations_hide_uncategorized_summary">Nur Ergebnisse mit klar definierten Kategorien wie „Café“ oder „Restaurant“ anzeigen</string>
<string name="preference_search_locations_show_map">Karte</string>
<string name="preference_search_locations_hide_uncategorized">Unkategorisierte Orte ausblenden</string>
<string name="location_open_24_7">24/7 geöffnet</string>
Expand Down
4 changes: 4 additions & 0 deletions core/i18n/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -772,4 +772,8 @@
<item quantity="one">%1$s telefoonnumer</item>
<item quantity="other">%1$s telefoonnummers</item>
</plurals>
<plurals name="app_info_notifications">
<item quantity="one">%1$s melding</item>
<item quantity="other">%1$s meldingen</item>
</plurals>
</resources>

0 comments on commit 93f55e8

Please sign in to comment.