Skip to content

Commit fafb968

Browse files
authored
feat: update es-ES locale readable name (#787)
* feat: update es-ES locale readable name * bump vers
1 parent 94ca444 commit fafb968

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ol_openedx_course_translations/ol_openedx_course_translations/settings/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def apply_common_settings(settings):
8080
"de_DE": "German (Germany)",
8181
"el": "Greek",
8282
"en": "English",
83-
"es": "Spanish",
83+
"es_ES": "Spanish (Spain)",
8484
"es_419": "Spanish (Latin America)",
8585
"fr": "French",
8686
"hi": "Hindi",

src/ol_openedx_course_translations/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ol-openedx-course-translations"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "An Open edX plugin to translate courses"
55
authors = [
66
{name = "MIT Office of Digital Learning"}

0 commit comments

Comments
 (0)