ui: fix and silence lint errors
- The `copied_to_clipboard` translation for Farsi does not include the placeholder, so it has been removed. - A couple lints that are errors but we cannot particularly do anything about were downgraded to warnings. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6da1d5ed01
commit
447b06ec2c
@ -57,6 +57,8 @@ android {
|
||||
}
|
||||
lintOptions {
|
||||
disable('LongLogTag')
|
||||
warning('MissingTranslation')
|
||||
warning('ImpliedQuantity')
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,6 @@
|
||||
<string name="create_output_dir_error">نمیتوان دایرکتوری خروجی را ایجاد کرد</string>
|
||||
<string name="create_temp_dir_error">نمیتوان دایرکتوری موقت محلی را ساخت</string>
|
||||
<string name="create_tunnel">ساختن تونل</string>
|
||||
<string name="copied_to_clipboard">متن در کلیپبورد کپی شد</string>
|
||||
<string name="dark_theme_summary_off">اکنون از پوسته روشن(روز) استفاده میشود</string>
|
||||
<string name="dark_theme_summary_on">اکنون از پوسته تاریک(شب) استفاده میشود</string>
|
||||
<string name="dark_theme_title">استفاده از پوسته تاریک</string>
|
||||
|
Loading…
Reference in New Issue
Block a user