We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In files that are modified by this plugin, some lines are undesirably changed as well.
In my project, the following string <string name="more_app_version" tools:ignore="PluralsCandidate">© %1$d xxxxxx v%2$s%3$s</string>
<string name="more_app_version" tools:ignore="PluralsCandidate">© %1$d xxxxxx v%2$s%3$s</string>
was replaced (not removed) by the following string
<string name="more_app_version" tools:ignore="PluralsCandidate">© %1$d xxxxxx v%2$s%3$s</string>
Create a strings.xml file that
strings.xml
The text was updated successfully, but these errors were encountered:
the android studio provider remove unused res button,why didn't use it?
Sorry, something went wrong.
No branches or pull requests
Overview
In files that are modified by this plugin, some lines are undesirably changed as well.
In my project, the following string
<string name="more_app_version" tools:ignore="PluralsCandidate">© %1$d xxxxxx v%2$s%3$s</string>
was replaced (not removed) by the following string
<string name="more_app_version" tools:ignore="PluralsCandidate">© %1$d xxxxxx v%2$s%3$s</string>
Description
To reproduce:
Create a
strings.xml
file thatVerify behavior
The text was updated successfully, but these errors were encountered: