Skip to content

Commit

Permalink
Disable ExtraTranslation lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Feb 17, 2025
1 parent 7683887 commit ac3ca0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ android {
androidResources {
generateLocaleConfig = true
}

lint {
disable += "ExtraTranslation"
}
}

kotlin {
Expand Down

0 comments on commit ac3ca0c

Please sign in to comment.