In Android Studio, spellchecking seems to be disabled for language specific strings.xml files (and I understand why it would be disabled by default).
But is it possible to enable it, to check values, for a couple of those files? ("fr/strings.xml" for example), or at least run it on demand.
To avoid or to enforce spellchecking you could add tools:locale
to the <resources>
tag in your string xml.
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
This tells Lint your resources' locale.
Source
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With