Need to change the folder name for language files I've commited to TryGhost:main

Kind of a silly question: As someone not yet too familiar with GitHub, could someone do me a favour and change the folder name from de_CH to de-CH to comply with Googles rules on language tags?

Here’s my related pull request: https://github.com/TryGhost/Ghost/pull/17843

Best
Mike

You can make the change on your own branch and a “force push” and it will overwrite the previous commit in your pull request. After making the changes:

git commit --amend

And then

git push --force
1 Like

Thanks, pushed it. Feared this may result in a second locale being pushed.