mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
Fix typos and phrasing for German translation
This commit is contained in:
parent
45b1088ff0
commit
bd8769d5ee
23 changed files with 63 additions and 63 deletions
|
@ -3,7 +3,7 @@ exports.level = {
|
|||
"solutionCommand": "git checkout -b bugFix;git commit;git checkout master;git commit;git merge bugFix",
|
||||
"name": {
|
||||
"en_US": "Merging in Git",
|
||||
"de_DE": "Mergen in git",
|
||||
"de_DE": "Mergen in Git",
|
||||
"es_AR": "Mergeando en Git",
|
||||
"es_MX": "Haciendo merge en Git",
|
||||
"es_ES": "Haciendo merge en Git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue