RussCoder / djvujs

DjVu.js is a program library for working with .djvu files online without any connection with the server. DjVu.js Viewer is a widget that allows viewing .djvu files right in the browser and can be easily embedded into any web page.
https://djvu.js.org/
Other
184 stars 37 forks source link

Italian Translation File - v1.3 #69

Closed aamodio closed 3 years ago

aamodio commented 3 years ago

Italian Translation File - v1.3 - Minor changes to print function strings

RussCoder commented 3 years ago

Your branch has conflicts with the master. You should sync your repository with mine (because when I merge PRs I often squash several commits into one, not merge your commits directly, so eventually there are different sets of commits in our branches).

If you have followed this https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork and the my repo is named "upstream", that is you have run:

git remote add upstream https://github.com/RussCoder/djvujs.git

then the following steps may help you:

git fetch upstream 
git checkout master
git reset --hard upstream/master
git push --force

But you will lose all your changes in your repository after this, so save them into a file before doing it.

RussCoder commented 3 years ago

@aamodio I'm going to publish a new release (today or tomorrow) with the fix for the issue you recently opened. And I would like to include this translation update into it. So either resolve the conflicts, please, or I will just copy your changes and add them manually.

RussCoder commented 3 years ago

I cherry-picked your latest commit to the master.

aamodio commented 3 years ago

Sorry, I'm not very practical with GitHub. Thank you for your manual pull of my code.