1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-02-10 20:20:16 +00:00

SearchFragment: Fix hint translation

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-02-05 13:16:36 +08:00
parent 4282f78dd4
commit d0edb9482d

View File

@@ -309,6 +309,6 @@
<string name="notification_action_nothing">কিছু না</string>
<string name="yes">হ্যাঁ</string>
<string name="no">না</string>
<string name="search_with_service_name">সার্চ</string>
<string name="search_with_service_name_and_filter">খুঁজুন</string>
<string name="search_with_service_name">সার্চ %1$s</string>
<string name="search_with_service_name_and_filter">খুঁজুন %1$s (%2$s)</string>
</resources>