-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Suggested fixes for "showcase view whole nearby activity" #2872
Comments
I would like to start my contribution with this one. |
Hello @amire80, I'd like to contribute to this issue. |
Go for it. I just reported the bug, I'm usually not a developer on this project. It's probably not very difficult. Thank you! |
Let me get it right @amire80, |
changed line 135 where capitalised as 'SEARCH THIS AREA' to a global '&searcharea' making it normalcase and also referenced also from line 457 Closes commons-app#2872
Yes. The capitalization should be consistent. My suggestion is not to use ALL CAPS, but to write "Search this area", because there are many languages in which ALL CAPS are irrelevant, such as Chinese, Hindi, and Arabic. However, maybe the designer of the app has a different opinion about this. The important thing is that it will be consistent. And if you can automatically insert "Search this area" into "Clicking on 'SEARCH THIS AREA'" as a parameter, then the capitalization will become consistent automatically. (By "parameter" I mean something like |
No problem @neslihanturan. I shall wait. |
Looks to me like inside of the strings.xml file, search this area has been removed and is no longer capitalized. See here:
Can this issue be closed now? |
I spoke too soon!
|
Buttons in android by default capitalise all the text that you set to them so I doubt I'd say the best way it to probably paramterise @neslihanturan any opinions on how this should look? |
Hi, is this issue resolved? If not, then can I contribute to this issue? |
@neslihanturan Hi, sorry I forgot to ping one of the contributors. |
Hi @nicolas-raoul, sorry for bothering you. @neslihanturan doesn't seem to be active but I have done exactly as @amire80 had asked, which involved, for example, changing the capitalisation properties of a button in the map activity. |
Hey @nicolas-raoul could I work on this? The affected classes from issue #2969 have been refactored now, seems like a simple fix. |
Indeed, the button has been removed recently I believe. EDIT: Actually the button has been removed from Nearby, but still exists in Explore>Map. |
Summary:
A couple of things should be fixed for the benefit of the users and the translators.
Steps to reproduce:
Check the messages "showcase view whole nearby activity" and "search this area".
The message "showcase view whole nearby activity" currently says: "Clicking on 'SEARCH THIS AREA' locks the map and launches a nearby search around that location."
The words "SEARCH THIS AREA" in the message above probably refer to the message with the key "search this area", the text of which is "Search this area" - not in all-caps. Several things to fix in the messages' text:
Furthermore, perhaps the message "showcase view whole nearby activity" can automatically include the text of the other message, so that the consistency would be enforced and translators wouldn't have to copy things.
The text was updated successfully, but these errors were encountered: