Skip to content

Commit

Permalink
mattdrayer: Remove unnecessary modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Drayer committed Feb 18, 2016
1 parent 026b736 commit f9cce55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
Binary file modified conf/locale/eo/LC_MESSAGES/django.mo
Binary file not shown.
20 changes: 6 additions & 14 deletions conf/locale/eo/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
# Copyright (C) 2016 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <[email protected]>, 2016.
#
#
# #-#-#-#-# django-studio.po (0.1a) #-#-#-#-#
# edX translation file.
# Copyright (C) 2016 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <[email protected]>, 2016.
#
#
# #-#-#-#-# mako.po (0.1a) #-#-#-#-#
# edX translation file
# Copyright (C) 2016 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <[email protected]>, 2016.
#
#
# #-#-#-#-# mako-studio.po (0.1a) #-#-#-#-#
# edX translation file
# Copyright (C) 2016 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <[email protected]>, 2016.
#
#
# #-#-#-#-# messages.po (EdX Studio) #-#-#-#-#
# edX translation file
# Copyright (C) 2013 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
#
# #-#-#-#-# wiki.po (0.1a) #-#-#-#-#
# edX translation file
# Copyright (C) 2016 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <[email protected]>, 2016.
#
#
msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
Expand All @@ -56,14 +56,6 @@ msgstr ""
msgid "Discussion"
msgstr "Dïsçüssïön Ⱡ'σяєм ιρѕυм ∂σłσ#"

#. Translators: 'Discussion' refers to the tab in the courseware that leads to
#. the discussion forums
#: cms/djangoapps/contentstore/views/component.py
#: lms/djangoapps/courseware/tabs.py
#: lms/djangoapps/django_comment_client/forum/views.py
msgid "View results"
msgstr "Vïéw яéѕυιts Ⱡ'σяєм ιρѕυм ∂σłσ#"

#: cms/djangoapps/contentstore/views/component.py
#: lms/djangoapps/class_dashboard/dashboard_data.py
msgid "Problem"
Expand Down
4 changes: 0 additions & 4 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,6 @@

# Localization strings (e.g. django.po) are under this directory
LOCALE_PATHS = (REPO_ROOT + '/conf/locale',) # edx-platform/conf/locale/

# TODO: Figure out a way to discover locale paths for installed components
LOCALE_PATHS = ('/edx/src/drag-and-drop-v2/conf/locale',) + LOCALE_PATHS

# Messages
MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'

Expand Down
2 changes: 1 addition & 1 deletion lms/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def enable_stanford_theme():

# Include theme locale path for django translations lookup
settings.LOCALE_PATHS = (theme_root / 'conf/locale',) + settings.LOCALE_PATHS
settings.LOCALE_PATHS = ('/edx/src/xblock-drag-and-drop-v2/conf/locale',) + settings.LOCALE_PATHS


def enable_microsites():
"""
Expand Down

0 comments on commit f9cce55

Please sign in to comment.