Improvements to the Settings Interface

This commit is contained in:
Vitor Pamplona
2023-08-14 21:25:12 -04:00
parent decd6ef627
commit 3a8a50006d
6 changed files with 172 additions and 140 deletions
+12 -4
View File
@@ -493,12 +493,12 @@
<string name="system">System</string>
<string name="light">Light</string>
<string name="dark">Dark</string>
<string name="application_preferences">Application preferences</string>
<string name="application_preferences">Application Preferences</string>
<string name="language">Language</string>
<string name="theme">Theme</string>
<string name="automatically_load_images_gifs">Automatically load images/gifs</string>
<string name="automatically_play_videos">Automatically play videos</string>
<string name="automatically_show_url_preview">Automatically show url preview</string>
<string name="automatically_load_images_gifs">Image Preview</string>
<string name="automatically_play_videos">Video Playback</string>
<string name="automatically_show_url_preview">URL Preview</string>
<string name="load_image">Load Image</string>
<string name="spamming_users">Spammers</string>
@@ -536,4 +536,12 @@
<string name="messages_group_descriptor">Members of this group</string>
<string name="messages_new_subject_message">Explanation to members</string>
<string name="messages_new_subject_message_placeholder">Changing the name for the new goals.</string>
<string name="language_description">For the App\'s Interface</string>
<string name="theme_description">Dark, Light or System theme</string>
<string name="automatically_load_images_gifs_description">Automatically load images and GIFs</string>
<string name="automatically_play_videos_description">Automatically plays videos and GIFs</string>
<string name="automatically_show_url_preview_description">Show URL previews</string>
<string name="load_image_description">When to load images</string>
</resources>
+3 -3
View File
@@ -4,10 +4,13 @@
<locale android:name="cs"/>
<locale android:name="de"/>
<locale android:name="eo"/>
<locale android:name="en"/>
<locale android:name="en-GB"/>
<locale android:name="es"/>
<locale android:name="fa"/>
<locale android:name="fr"/>
<locale android:name="hu"/>
<locale android:name="ja"/>
<locale android:name="nl"/>
<locale android:name="pt-BR"/>
<locale android:name="ru"/>
@@ -18,7 +21,4 @@
<locale android:name="zh"/>
<locale android:name="zh-HK"/>
<locale android:name="zh-TW"/>
<locale android:name="en"/>
<locale android:name="en-GB"/>
<locale android:name="ja"/>
</locale-config>