mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
Fixed zh_TW level name
This commit is contained in:
parent
b4372ea12b
commit
98a7e72d62
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ exports.level = {
|
||||||
"name": {
|
"name": {
|
||||||
"en_US": "Git Pullin'",
|
"en_US": "Git Pullin'",
|
||||||
"zh_CN": "Git Pull",
|
"zh_CN": "Git Pull",
|
||||||
"zh_TW": "git pull'",
|
"zh_TW": "git pull",
|
||||||
"es_AR": "git pull",
|
"es_AR": "git pull",
|
||||||
"pt_BR": "Git Pull",
|
"pt_BR": "Git Pull",
|
||||||
"de_DE": "Git Pull",
|
"de_DE": "Git Pull",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue