mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
Upgrade openedx locales to Ironwood
This commit is contained in:
parent
8918724021
commit
eec60dd248
@ -2,6 +2,10 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Improvement] Upgrade openedx locales to Ironwood
|
||||
|
||||
## 3.7.2 (2019-10-09)
|
||||
|
||||
- [Improvement] Properly set studio title (#246)
|
||||
|
@ -31,11 +31,10 @@ RUN curl https://github.com/edx/edx-platform/commit/b33db2c548a1a530510d785f7659
|
||||
RUN curl https://github.com/edx/edx-platform/commit/f9689aadb0f8a41570a4bb76654f980b4e31ad96.patch | git apply -
|
||||
|
||||
# Download extra locales to /openedx/locale
|
||||
# TODO upgrade this to ironwood
|
||||
RUN cd /tmp \
|
||||
&& curl -L -o openedx-i18n.tar.gz https://github.com/openedx/openedx-i18n/archive/hawthorn.tar.gz \
|
||||
&& curl -L -o openedx-i18n.tar.gz https://github.com/openedx/openedx-i18n/archive/ironwood.tar.gz \
|
||||
&& tar xzf /tmp/openedx-i18n.tar.gz \
|
||||
&& mv openedx-i18n-hawthorn/edx-platform/locale/ /openedx/locale/ \
|
||||
&& mv openedx-i18n-ironwood/edx-platform/locale/ /openedx/locale/ \
|
||||
&& rm -rf openedx-i18n*
|
||||
|
||||
# Install python requirements in a virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user