-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Feature: Rename the "Path:" text to "Location:" #12243
Conversation
Should we therefore modify path by location but in different languages |
Originally, the text given in other languages except English, had Path: in them from the get-go, so it was intuitive to swap them out with Location straight away. And in other languages, I guess that applies too, but since the issue only stated the English part, localization should then follow by the localizers I assume |
So for example in French I can put "Emplacement" |
If that's the appropriate translation, then I would say yes. |
So I replace all the words path with location or that "path" and "path:" ? |
No, only the part where you see Location:, therefore, only Path: should be replaced. Make sure to not mix up values with names. |
And why not the others |
I may be misunderstanding, could you elaborate on what the previous question meant? Check the changed files and you will see what I changed, then follow that. That might help. |
I meant why not for example "Item Path" and that "Path:" |
I only changed what was highlighted and approved in the issue. Otherwise, good point. Also, We are not sure whether that line string of Item Path relates to an actual path (meaning it is named path correctly) or if the same change might be required. |
So what do I do I translate all or that "Path: " |
Best action to take is to wait for the main dev to see this pr, then answer to us and proceed then appropriately. |
Ok, so I just translate "Path:" into French and then we'll see the rest |
@Lukiluc29 congrats on your first pull request! I think we can go about this one a little differently, instead of modifying the existing strings, we should add a new string called "Location" and update the xaml file to use this string. In general we only make changes to the en-us resw file and let Crowdin take care of the other languages. |
I see. I will make the according changes per those instructions. |
I redid the task as you suggested. One really strange thing is that I simply replaced the |
Co-authored-by: Yair <[email protected]>
src/Files.App/ViewModels/Properties/Items/CombinedProperties.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations on your first pull request, LGTM
Thank you so much! |
Resolved / Related Issues
Closes Feature: Rename the "Path:" text to "Location" #11950
Validation
How did you test these changes?
Screenshots (optional)