Skip to content

Commit

Permalink
Small zh fixes in menu.json and app.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpereiro committed May 4, 2021
1 parent 6e684ba commit c25b6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'it': 'Italiano',
'hu': 'Magyarok',
'el': 'Ελληνικά',
"zh": "主页"
"zh": "简体中文"
}

LEVEL_DEFAULTS = collections.defaultdict(courses.NoSuchDefaults)
Expand Down
4 changes: 2 additions & 2 deletions main/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"_": "for-teachers",
"nl": "Voor leerkrachten",
"en": "For teachers",
"zh": "教学资源"
"zh": "教学资源"

}
]
}

0 comments on commit c25b6e9

Please sign in to comment.