Commit c9d9d2fc by Ivan Ivic Committed by GitHub

Merge pull request #280 from edx/ddumesnil/transifex

Changed requirements to pull edx-i18n-tools from PyPI and .gitignore …
parents 2da6f381 75103eee
......@@ -46,11 +46,9 @@ unittests.xml
!django.mo
!djangojs.po
!djangojs.mo
conf/locale/en/LC_MESSAGES/*.po
conf/locale/en/LC_MESSAGES/*.mo
conf/locale/fake*/LC_MESSAGES/*.po
conf/locale/fake*/LC_MESSAGES/*.mo
conf/locale/messages.mo
course_discovery/conf/locale/fake*/LC_MESSAGES/*.po
course_discovery/conf/locale/fake*/LC_MESSAGES/*.mo
course_discovery/conf/locale/messages.mo
# Mr Developer
......
......@@ -16,6 +16,7 @@ locales:
- da # Danish
- de_DE # German (Germany)
- el # Greek
- en # English
- en_GB # English (United Kingdom)
# Don't pull these until we figure out why pages randomly display in these locales,
# when the user's browser is in English and the user is not logged in.
......
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-09 13:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: course_discovery/static/js/catalogs-change-form.js:17
msgid "Preview"
msgstr ""
......@@ -6,7 +6,7 @@ django-debug-toolbar==1.5
django-elasticsearch-debug-toolbar==1.0.4
# i18n
transifex-client==0.12.2
git+https://github.com/edx/i18n-tools.git@v0.3.2#egg=i18n_tools==0.3.2
edx-i18n-tools==0.3.3
# docker devstack
docker-compose>=1.7.1,<2.0.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment