added option to hide seconds

This commit is contained in:
Josia Pietsch 2024-09-11 15:05:05 +02:00
parent 32c3c41266
commit ac2aa49ca1
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 53 additions and 4 deletions

View file

@ -77,6 +77,7 @@
-->
<string name="settings_clock_font_key" translatable="false">clock.font</string>
<string name="settings_clock_time_visible_key" translatable="false">clock.time_visible</string>
<string name="settings_clock_show_seconds_key" translatable="false">clock.show_seconds</string>
<string name="settings_clock_date_visible_key" translatable="false">clock.date_visible</string>
<string name="settings_clock_localized_key" translatable="false">clock.date_localized</string>
<string name="settings_clock_flip_date_time_key" translatable="false">clock.date_time_flip</string>

View file

@ -93,6 +93,7 @@
<string name="settings_clock_time_visible">Show time</string>
<string name="settings_clock_date_visible">Show date</string>
<string name="settings_clock_localized">Use localized date format</string>
<string name="settings_clock_show_seconds">Show seconds</string>
<string name="settings_clock_flip_date_time">Flip date and time</string>
<string name="settings_theme_wallpaper">Choose a wallpaper</string>