digipaws
digipaws copied to clipboard
Inconsistent Capitalization
Minor issue but:
app/src/main/res/values/strings.xml Has some inconsistent capitalization. At first they are all capitalized e.g: "View/Reel Blocker"
But then some are capitalized on the first letter: "You scrolled %2$d reels"
And others are mixed: "Enable Usage Tracker Accessibility Service to manage trackers"
Should there be a standard? Especially if there are translations in progress (such as in #106 ) it could be worth looking at
I fixed a bit the capitalization in my French translation and I might make a PR to fix the capitalization
I made a PR: #111