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

Manuel fr 001 #631

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Manuel fr 001 #631

wants to merge 18 commits into from

Conversation

Eve00000
Copy link
Contributor

No description provided.

@daschuer
Copy link
Member

Thank you for the PR. You have probably started from the main branch that targets our 2.5 release, was this intended?

@Eve00000
Copy link
Contributor Author

Thank you for the PR. You have probably started from the main branch that targets our 2.5 release, was this intended?

Antoine told me to make a rp so we could work on the french translation together. But I saw there were much files changed so something must be wrong. So the problem is that I started with the 2.5 ? How can that be seen?
I just translated one line as a test.
Can I proceed like this or ..... please tell me (as long as it isn't transiflex)

@daschuer
Copy link
Member

Do you have git installed? It is "Git for Windows" if you are on windows.
Than clone your private repository via copy the following line by line to "Git Bash":

cd Documents
git clone https://github.com/Eve00000/manual.git
cd manual 
git remote add upstream https://github.com/mixxxdj/manual.git
git fetch upstream
git checkout Manuel-Fr-001
git rebase --onto=upstream/2.4 a95da34b00d1eb915b1f0077e65fa4692ff384d0
git push

You will after that find the po files in
C:\Users\Eve00000\Documents\manual\locale\fr\LC_MESSAGES....

After editing you can start "Git Bash" again and:

cd Documents
cd manual 
git commit -a -m"Manuel Français" 
git push

Done

@daschuer daschuer changed the base branch from 2.4 to main April 10, 2024 19:18
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.

4 participants