mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-27 09:11:23 +01:00
lintOptions disable 'MissingTranslation'
This commit is contained in:
parent
eb9441395d
commit
cdb424cce6
@ -25,6 +25,10 @@ android {
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -85,7 +89,8 @@ dependencies {
|
||||
|
||||
// Anko Layouts
|
||||
implementation "org.jetbrains.anko:anko:$anko_version"
|
||||
implementation "org.jetbrains.anko:anko-sdk25:$anko_version" // sdk15, sdk19, sdk21, sdk23 are also available
|
||||
implementation "org.jetbrains.anko:anko-sdk25:$anko_version"
|
||||
// sdk15, sdk19, sdk21, sdk23 are also available
|
||||
implementation "org.jetbrains.anko:anko-appcompat-v7:$anko_version"
|
||||
|
||||
// Coroutine listeners for Anko Layouts
|
||||
@ -101,7 +106,7 @@ dependencies {
|
||||
implementation 'com.github.bumptech.glide:glide:4.7.1'
|
||||
implementation 'com.github.bumptech.glide:okhttp3-integration:4.7.1'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.7.1'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.7.1'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.7.1'
|
||||
// kotlin では annotationProcessor の代わりに kapt を使う
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources><string name="action_settings">الإعدادات</string>
|
||||
<resources>
|
||||
<string name="action_settings">الإعدادات</string>
|
||||
<string name="account_add">إضافة حساب</string>
|
||||
<string name="cancel">إلغاء</string>
|
||||
<string name="api_error">خطأ في واجهة برمجة التطبيقات. %1$s</string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
<resources>
|
||||
<string name="access_token_updated_for">L\'autorisation d\'accès a été mis à jour pour %1$s.</string>
|
||||
<string name="account">Compte</string>
|
||||
<string name="account_add">Ajouter un compte</string>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
|
||||
<resources>
|
||||
<string name="access_token_or_api_token">アクセストークン (Misskeyタンスの場合はAPIトークン)</string>
|
||||
<string name="access_token_updated_for">%1$sのアクセストークンを更新しました</string>
|
||||
<string name="account">アカウント</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user