Skip to content

Commit 8f6519d

Browse files
author
LisoUseInAIKyrios
committed
chore: attempt to fix crowdin push
1 parent b0b809d commit 8f6519d

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/pull_strings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
ref: dev
1718

1819
- name: Pull strings
1920
uses: crowdin/github-action@v1

.github/workflows/push_strings.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Push strings
22

33
on:
4-
workflow_dispatch:
5-
push:
6-
paths:
7-
- /src/main/resources/addresources/values/strings.xml
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- dev
8+
paths:
9+
- /src/main/resources/addresources/values/strings.xml
810

911
jobs:
1012
push:
@@ -15,6 +17,7 @@ jobs:
1517
uses: actions/checkout@v4
1618
with:
1719
fetch-depth: 0
20+
ref: dev
1821

1922
- name: Push strings
2023
uses: crowdin/github-action@v1

src/main/kotlin/app/revanced/patches/tiktok/interaction/speed/PlaybackSpeedPatch.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import app.revanced.patches.tiktok.interaction.speed.fingerprints.OnRenderFirstF
1313
import app.revanced.patches.tiktok.interaction.speed.fingerprints.SetSpeedFingerprint
1414
import app.revanced.util.exception
1515
import app.revanced.util.getReference
16-
import app.revanced.util.indexOfFirstInstruction
1716
import app.revanced.util.indexOfFirstInstructionOrThrow
1817
import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction11x
1918
import com.android.tools.smali.dexlib2.iface.reference.MethodReference

src/main/resources/addresources/values/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@
241241
<string name="revanced_hide_keyword_content_phrases_summary">Keywords and phrases to hide, separated by new lines\n\nWords with uppercase letters in the middle must be entered with the casing (ie: iPhone, TikTok, LeBlanc)</string>
242242
<string name="revanced_hide_keyword_content_about_title">About keyword filtering</string>
243243
<string name="revanced_hide_keyword_content_about_summary">Home/Subscription/Search results are filtered to hide content that matches keyword phrases\n\nLimitations\n• Some Shorts may not be hidden\n• Some UI components may not be hidden\n• Searching for a keyword may show no results</string>
244+
<!-- Translations of this should not be longer than the original English text, otherwise the text can be clipped and not entirely shown. -->
244245
<string name="revanced_hide_keyword_toast_invalid_common">Invalid keyword. Cannot use: \'%s\' as a filter</string>
246+
<!-- Translations of this should not be longer than the original English text, otherwise the text can be clipped and not entirely shown. -->
245247
<string name="revanced_hide_keyword_toast_invalid_length">Invalid keyword. \'%1$s\' is less than %2$d characters</string>
246248
<string name="revanced_hide_keyword_toast_invalid_broad">Keyword \'$s\' will hide all videos</string>
247249
</patch>
@@ -277,6 +279,7 @@
277279
<string name="revanced_hide_merchandise_banners_title">Hide merchandise banners</string>
278280
<string name="revanced_hide_merchandise_banners_summary_on">Merchandise banners are hidden</string>
279281
<string name="revanced_hide_merchandise_banners_summary_off">Merchandise banners are shown</string>
282+
<!-- Translations of this should not be longer than the original English text, otherwise the text can be clipped and not entirely shown. -->
280283
<string name="revanced_hide_fullscreen_ads_feature_not_available_toast">Hide fullscreen ads only works with older devices</string>
281284
</patch>
282285
<patch id="ad.getpremium.HideGetPremiumPatch">

0 commit comments

Comments
 (0)