We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ca444 commit fafb968Copy full SHA for fafb968
2 files changed
src/ol_openedx_course_translations/ol_openedx_course_translations/settings/common.py
@@ -80,7 +80,7 @@ def apply_common_settings(settings):
80
"de_DE": "German (Germany)",
81
"el": "Greek",
82
"en": "English",
83
- "es": "Spanish",
+ "es_ES": "Spanish (Spain)",
84
"es_419": "Spanish (Latin America)",
85
"fr": "French",
86
"hi": "Hindi",
src/ol_openedx_course_translations/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ol-openedx-course-translations"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "An Open edX plugin to translate courses"
5
authors = [
6
{name = "MIT Office of Digital Learning"}
0 commit comments