-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Summary
In values/strings.xml, there's <string name="statistics">Statistics</string>. I noticed that it has broken qq documentation and I wanted to fix it, so I tried to find where it is used, and I couldn't. I grepped for @string/statistics and string\.statistics and found nothing. However, I'm very inexperienced with Android development, so perhaps I'm not searching well. If I'm searching correctly, and it's indeed unused, then it should be deleted.
I can make a pull request that removes it, but please review carefully and tell me if I missed its usage.
Steps to reproduce
Search for the string on translatewiki: https://translatewiki.net/w/i.php?title=Special%3ATranslate&showMessage=commons-android-strings-statistics&group=commons-android-strings&language=he&filter=&optional=1&action=translate
Expected behaviour
The string must appear on translatewiki and correctly and clearly documented, or it must be deleted.
Actual behaviour
The string appears on translatewiki and is not clearly documented.
Device name
No response
Android version
all
Commons app version
6.0.2
Device logs
No response
Screen-shots
No response
Would you like to work on the issue?
Yes