Small update of the remove string process.

This commit is contained in:
Benoit Marty 2022-04-05 18:51:25 +02:00
parent fac317d122
commit 247f59899a

View File

@ -144,6 +144,8 @@ Instead, please comment the original string with:
```xml ```xml
<!-- TODO TO BE REMOVED --> <!-- TODO TO BE REMOVED -->
``` ```
And add `tools:ignore="UnusedResources"` to the string, to let lint ignore that the string is not used.
The string will be removed during the next sync with Weblate. The string will be removed during the next sync with Weblate.
### Accessibility ### Accessibility