Commit Graph

75 Commits

Author SHA1 Message Date
Sarina Canelake
6418f6fe8b Add Chinese (Hong Kong) language 2014-06-12 10:41:09 -04:00
louyihua
12d8df970b Babel underscore extraction update according to @nedbat
1. Add underscore.po into the merge section in config.yaml
2. Using one babel command template to construct two babel commands
2014-06-05 15:22:40 +08:00
David Baumgold
fa0dee1754 Don't search for underscore files under lms 2014-06-04 13:43:05 -04:00
David Baumgold
ddfd50bb13 extract from underscore files under cms, lms, and common
to avoid extracting from test_root and such
2014-06-04 11:58:05 -04:00
louyihua
644d4ac008 Extract i18n strings from *.underscore files using django-babel-underscore
Change strings from mako.po into underscore.po, which is finally merged into djangojs.po.
2014-06-04 17:46:36 +08:00
David Baumgold
563d71c14f Extract i18n strings from *.underscore files using django-babel-underscore 2014-06-03 10:51:09 -04:00
Sarina Canelake
41bcad2ffe Update translations (autogenerated message) 2014-05-27 08:01:43 -04:00
Sarina Canelake
ed5c36ee2d Add Gujarati language 2014-05-27 07:43:03 -04:00
Sarina Canelake
84ecac97bd Add Oriya language 2014-05-27 07:42:58 -04:00
Sarina Canelake
593f591847 Update translations (autogenerated message) 2014-05-19 08:35:08 -04:00
Sarina Canelake
5fd2eef58d Add Croatian language 2014-05-19 08:13:18 -04:00
Sarina Canelake
24756bdbea Update translations (autogenerated message) 2014-05-13 10:01:37 -04:00
Sarina Canelake
436e91a5f7 Update translations (autogenerated message) 2014-05-05 09:31:44 -04:00
Sarina Canelake
8f0173dc10 Add new languages 2014-05-05 09:13:51 -04:00
Sarina Canelake
e76f6dc8fe Fix i18n of video transcript 2014-04-28 12:31:41 -04:00
Sarina Canelake
51188099a4 Update translations (autogenerated message) 2014-04-27 17:40:19 -04:00
Sarina Canelake
3953b97c44 Update translations (autogenerated message) 2014-04-22 10:08:14 -04:00
Sarina Canelake
f4332bb413 Add new languages from Transifex 2014-04-22 09:48:28 -04:00
Sarina Canelake
a93d556580 Update translations (autogenerated message) 2014-04-14 10:41:39 -04:00
Sarina Canelake
42728d6826 Update translations (autogenerated message) 2014-04-07 13:19:25 -04:00
Sarina Canelake
d7f499f276 Don't pull unreviewed languages from Transifex 2014-04-07 13:19:25 -04:00
Sarina Canelake
6fef664309 Update translations (autogenerated message) 2014-03-31 10:42:17 -04:00
louyihua
0316f3b758 i18n: make emails in lms translatable
The email texts in lms/templates/emails are not extracted by rake i18n:generate because the babel_mako.cfg does not include them.
And a several emails are not translatable because they do not use ugettext.
2014-03-26 22:33:21 +08:00
Sarina Canelake
9c2a476dcb Update translations (autogenerated message) 2014-03-25 10:46:53 -04:00
Sarina Canelake
7da3819154 Update translations (autogenerated message) 2014-03-24 12:18:26 -04:00
Sarina Canelake
76a2ac9833 Add Malaysian, Catalan languages 2014-03-24 12:18:25 -04:00
Sarina Canelake
da6fdc332b Update translations (autogenerated message) 2014-03-15 15:40:08 -04:00
Sarina Canelake
a24d8f2b89 Add new languages 2014-03-12 11:08:02 -04:00
Sarina Canelake
5e8f5611d7 Update translations (autogenerated message) 2014-03-10 10:10:08 -04:00
Sarina Canelake
a2bcf545e4 Update dummy Esperanto strings 2014-03-10 09:21:52 -04:00
Sarina Canelake
5fc53402ab Update translations (autogenerated message) 2014-03-03 10:25:39 -05:00
Sarina Canelake
341bc150fb Update translations (autogenerated message) 2014-03-02 22:34:06 -05:00
Kristin Stephens
3881ffdc0d New tab (Metrics) in instructor dashboard
Metrics tab shows student data:
  -Count of students opened a subsection
  -Grade distribution per problem

for each section/subsection of the course.

Implemented for both the old and beta dashboard
Controlled by a feature flag 'CLASS_DASHBOARD'
Data is aggregated across all students
Aggregate data computed from courseware_studentmodule
2014-02-28 14:01:44 -08:00
Sarina Canelake
f061c00292 Add change for help modal in anticipation of i18n support 2014-02-27 08:57:47 -05:00
Sarina Canelake
0f0f185f90 Fix password reset i18n 2014-02-26 16:17:42 -05:00
Ned Batchelder
d3c75654d6 Updated po/mo files without format flags. 2014-02-25 14:03:18 -05:00
Giulio Gratta
35112e9e78 Variable-ize "Certificate of Achievement" text 2014-02-25 10:19:03 -08:00
Sarina Canelake
c46028bf25 Update translations (autogenerated message) 2014-02-25 10:18:30 -05:00
Adam Palay
8d2db05635 add i18n scraping to tabs.py (LMS-2166)
add dummy strings
2014-02-24 15:46:03 -05:00
Ned Batchelder
5c07efa1a8 Update translations with latest from Transifex as of 20140224. 2014-02-24 11:55:52 -05:00
Ned Batchelder
6bb0eee3c6 Make the i18n service available everywhere.
To get all dates localized, we need all runtimes to have the i18n
service, and since runtimes are made by the modulestores, we need to
pass it to them.

Soon (fingers crossed), modulestores won't be involved in making
runtimes, and many of these changes will go away.
2014-02-24 10:06:13 -05:00
Adam Palay
f1984e7a9f i18n open_ended_rubric (ORA-314)
update strings
2014-02-19 15:41:16 -05:00
Ned Batchelder
de5f30282d Latest eo language files. 2014-02-18 17:35:57 -05:00
Ned Batchelder
5faca9c46e Update translations for 2014-02-18 release prep. 2014-02-18 13:34:58 -05:00
Adam Palay
97f5b25e2c i18n for self-assessment (ORA-314)
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
2014-02-14 17:27:32 -05:00
Sarina Canelake
75a7d69050 Add Catalan (Valencia) 2014-02-12 10:18:34 -05:00
Sarina Canelake
ba0fbf0762 i18n points possible display LMS-2201 2014-02-11 18:25:00 -05:00
Sarina Canelake
0fb7b94924 Update Esperanto (dummy) translation files 2014-02-11 15:37:34 -05:00
Ned Batchelder
dd6b72382c Include the third-party wiki app into the i18n toolchain
We use pybabel to extract strings from third-party apps, put them on
Transifex, then merge them into django.po.

[LMS-1681]
2014-02-10 15:23:13 -05:00
Ned Batchelder
6635233b3c Merge pull request #2529 from edx/ned/second-dummy-language
Add a second fake translation language
2014-02-10 15:19:27 -05:00