mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-23 03:22:37 +01:00
Make reCAPTCHA string untranslatable
I updated reCaptchaActivity string and made it untranslatable, because it's causing "Failed check: Unchanged translation" on Weblate.
This commit is contained in:
parent
577bfab366
commit
0886c6b216
@ -304,7 +304,7 @@
|
|||||||
<!-- Checksum types -->
|
<!-- Checksum types -->
|
||||||
<string name="md5" translatable="false">MD5</string>
|
<string name="md5" translatable="false">MD5</string>
|
||||||
<string name="sha1" translatable="false">SHA-1</string>
|
<string name="sha1" translatable="false">SHA-1</string>
|
||||||
<string name="reCaptchaActivity">reCAPTCHA</string>
|
<string name="reCaptchaActivity" translatable="false">reCAPTCHA</string>
|
||||||
<string name="reCaptcha_title">reCAPTCHA challenge</string>
|
<string name="reCaptcha_title">reCAPTCHA challenge</string>
|
||||||
<string name="recaptcha_request_toast">reCAPTCHA challenge requested</string>
|
<string name="recaptcha_request_toast">reCAPTCHA challenge requested</string>
|
||||||
<!-- End of GigaGet's Strings -->
|
<!-- End of GigaGet's Strings -->
|
||||||
|
Loading…
Reference in New Issue
Block a user