bkw777 / mainline

Install mainline kernel packages from kernel.ubuntu.com
GNU General Public License v3.0
1.03k stars 72 forks source link

Update Turkish translation #329

Closed ghost closed 8 months ago

ghost commented 8 months ago

remove messages.mo please, otherwise looks good

Already removed :+1:

bkw777 commented 8 months ago

I meant remove the file from the pr, not remove the file from the repo. You have a pr that still wants to change the file, by deleting it. Perhaps try this, (untested, may not be fully correct):

git checkout update-tr
git checkout master po/messages.mo
git commit --amend --no-edit
git push -f

Then the pr should no longer include the file since your copy won't be different from mine.

ghost commented 8 months ago

Okay. Fixed.

bkw777 commented 8 months ago

perfect, thanks buddy