[app] Set some strings translatable (#1314)

This commit is contained in:
Howard Wu 2021-10-19 09:26:36 +08:00 committed by GitHub
parent 0f00ce8644
commit e7d0062293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -77,7 +77,6 @@
<string name="logs_cannot_read">Cannot read log: \n</string>
<string name="menuReload">Reload</string>
<string name="logs_clear_failed_2">Failed to clear the log</string>
<string name="verbose_log_not_avaliable">Verbose log is not available, if you just enabled it without reboot, try again after reboot.</string>
<!-- Notification -->
<string name="module_is_not_activated_yet">Xposed module is not activated yet</string>
@ -179,7 +178,6 @@
<string name="settings_translation_summary">Help us translate %s into your language</string>
<string name="pref_title_enable_auto_add_shortcut">Automatically add a shortcut</string>
<string name="settings_enable_auto_add_shortcut_summary">No new shortcuts will be added when disabled in the non-parasitic manager</string>
<string name="settings_group_repo">@string/module_repo</string>
<string name="settings_update_channel">Update channel</string>
<string name="update_channel_stable">Stable</string>
<string name="update_channel_bate">Beta</string>
@ -231,5 +229,4 @@
<string name="color_blue_grey">Blue grey</string>
<string name="expand">expand</string>
<string name="collapse">collapse</string>
<string name="info_api">API</string>
</resources>

View File

@ -20,4 +20,6 @@
<resources>
<string name="app_name" translatable="false">LSPosed</string>
<string name="about_source" translatable="false">https://github.com/LSPosed/LSPosed/</string>
<string name="settings_group_repo" translatable="false">@string/module_repo</string>
<string name="info_api" translatable="false">API</string>
</resources>