-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update manage-locations.js #30933
Update manage-locations.js #30933
Conversation
There are still come conflicts, could you rebase the branch onto |
I think the same thing happened as with the previous PR. There's some info here about how to sync the version of trunk on your fork with the one in this repo: |
Hi @Quintis1212. How are things going? Do you think you will be able to sync your fork with the Gutenberg repo? Anything I can help with? |
Hi @getdave ) I don't know what I must to do , my other branches are working fine |
Hi @Quintis1212. Ok no worries. Your fork of Gutenberg is out of sync with the Core Gutenberg repo You need to pull in the changes from the
Note for step 6, if you get any errors saying your local branch may overwrite the remote you can try appending I hope that helps? Let me know how you get on. I'd love to help you get this landed. |
@Quintis1212 I'd also recommend updating your fork's Github now has a handy feature to help with that. You can click this 'Fetch and merge' button for your fork: And then the following will bring those changes to your local machine:
|
@Quintis1212 It looks like the file you are editing has moved to here: gutenberg/packages/edit-navigation/src/components/inspector-additions/manage-locations.js Lines 100 to 105 in 305cf6f
You might find it easier to simply create a new PR based off of I'll be happy to review and approve as soon as you get to it. Let me know if I can help in any way. Thanks again. |
Hello @getdave ,@talldan ) thank you for help ) I deleted my local gutenberg plugin and cloned gutenberg from my fork to open new PR without conflicts , but I have an error : |
At the moment Gutenberg requires I had the same issue so I temporarily downgraded
|
Thank you @getdave) Do you know who is working for allowing 7 and high npm ? I want to help |
I don't specifically but if you ask in the |
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.
Happy to approve this if we can update to remove the characters from inside the string to be translated.
@@ -34,7 +34,7 @@ export default function ManageLocations() { | |||
labelPosition="top" | |||
value={ menuLocation.menu } | |||
options={ [ | |||
{ value: 0, label: __( '-' ) }, | |||
{ value: 0, label: __( '— Select a Menu —' ) }, |
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.
{ value: 0, label: __( '— Select a Menu —' ) }, | |
{ value: 0, label: __( 'Select a Menu' ) }, |
Looking at the i18n guidelines I'm not sure we should include the characters inside the translated string.
Hey @Quintis1212. Looks like this is nearly ready to land although there is now another conflict with the I'd love to help you land this PR. Let me know if/how I can help. |
@Quintis1212 Is there anything I can do to help you further here? |
Hi , I added label to manage location menu on "Navigation screen: regression of improved menu locations select placeholder #30330" issue from new branch