Skip to content

Commit

Permalink
fix: Simplify non translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Aug 22, 2024
1 parent 66e45a3 commit 5f18b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/addresources/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@
</patch>
<patch id="misc.fix.playback.SpoofClientPatch">
<string-array name="revanced_spoof_client_type_entries">
<item>@string/revanced_spoof_client_type_entry_1</item>
<item>@string/revanced_spoof_client_type_entry_2</item>
<!-- OS names are the same in all languages, so specify them here ande not in Strings.xml -->
<item>iOS</item>
<item>Android VR</item>
</string-array>
<string-array name="revanced_spoof_client_type_entry_values">
<!-- Enum names from Integrations -->
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/addresources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,6 @@ This is because Crowdin requires temporarily flattening this file and removing t
<string name="revanced_spoof_client_summary_off">Client is not spoofed\n\nVideo playback may not work</string>
<string name="revanced_spoof_client_user_dialog_message">Turning off this setting may cause video playback issues.</string>
<string name="revanced_spoof_client_type_title">Spoof client type</string>
<string name="revanced_spoof_client_type_entry_1">iOS</string>
<string name="revanced_spoof_client_type_entry_2">Android VR</string>
<string name="revanced_spoof_client_ios_force_avc_title">Force iOS AVC (H.264)</string>
<string name="revanced_spoof_client_ios_force_avc_summary_on">iOS video codec is AVC</string>
<string name="revanced_spoof_client_ios_force_avc_summary_off">iOS video codec is AVC, VP9, or AV1</string>
Expand Down

0 comments on commit 5f18b38

Please sign in to comment.