【多语言】CPF 输入框提示语言没有适配多语言

This commit is contained in:
renhaoting 2026-01-15 16:40:49 +08:00
parent 8822f94268
commit aed14e7277
3 changed files with 5 additions and 2 deletions

View File

@ -83,7 +83,7 @@
android:inputType="number"
android:background="@null"
android:textColor="@color/gray6"
android:hint="Please Input you CPF number"
android:hint="@string/input_cpf_hint"
/>
<androidx.appcompat.widget.AppCompatImageView

View File

@ -65,7 +65,7 @@
<string name="watch_full_reward_ad_hint">Watch the full video to get rewards!</string>
<string name="ad_load_fail">Ad failed to load</string>
<string name="input_cpf_hint">Please Input you CPF number</string>
</resources>

View File

@ -237,5 +237,8 @@
<string name="not_enough_gold">Não tens ouro suficiente.</string>
<string name="ad_load_fail">O anúncio não carregou</string>
<string name="input_cpf_hint">Digite o seu número de CPF</string>
</resources>