Skip to content
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

i18n(nl) diff feikedonia master to pop-os master #938

Closed
wants to merge 55 commits into from

Conversation

feikedonia
Copy link
Contributor

feikedonia master is 55 commits ahead of pop-os master;
I want to know why that is;
so I want to diff my repo against pop-os master

Setting up a base to start translating to Dutch
Setting up the base to start translating
Using the formal second person pronoun "u" instead of informal "je", (like "Sie" vs. "Du" in German)
I have added comments, where I struggled to translate. Please give me feedback on those points!
Change Battery related translations to better match cosmic-applet-battery translations
I discovered some untranslated pieces, oops!
@feikedonia feikedonia marked this pull request as ready for review January 31, 2025 09:13
@feikedonia
Copy link
Contributor Author

Can be merged, don't know why my master is still 55 commits ahead of yours, but the code is pretty much the same.

I have made some minor modifications, dough.

@mmstick
Copy link
Member

mmstick commented Jan 31, 2025

You need to rebase your branch with the latest commit on master.

@feikedonia
Copy link
Contributor Author

It says the following:
afbeelding

@mmstick
Copy link
Member

mmstick commented Jan 31, 2025

You are using merges to your local branch, instead of squashing and rebasing, and therefore your branch has a different history than the upstream master branch. You need to squash your commits, and do a hard reset on your local branch to get it in sync.

Assuming your local branch is still called master, the remote for pop-os is origin, and your personal fork is local:

git checkout -b rebase
git fetch origin
git reset --hard origin/master
git merge --squash master
git branch -D master
git checkout -b master
git push local master --force

You may be interested in https://medium.com/singlestone/a-git-workflow-using-rebase-1b1210de83e5

@feikedonia feikedonia closed this by deleting the head repository Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants