Add language options

- Fix some icon color issues
This commit is contained in:
ShirkNeko
2025-05-14 15:01:59 +08:00
parent 3d0d87cb0c
commit dee7cc6f2b
7 changed files with 295 additions and 6 deletions

View File

@@ -346,4 +346,8 @@
<string name="dpi_confirm_message">Are you sure you want to change the application DPI from %1$d to %2$d?</string>
<string name="dpi_confirm_summary">Application needs to be restarted to apply the new DPI settings, does not affect the system status bar or other applications</string>
<string name="dpi_applied_success">DPI has been set to %1$d, effective after restarting the application</string>
<!-- Language settings related strings -->
<string name="language_setting">App Language</string>
<string name="language_follow_system">Follow System</string>
<string name="language_changed">Language changed, restarting to apply changes</string>
</resources>