Commit Graph

297 Commits

Author SHA1 Message Date
edX Transifex Bot
55aca51218 Update translations 2018-03-11 17:38:27 -04:00
edX Transifex Bot
d5f410b45d Update translations 2018-03-05 14:43:34 -05:00
edX Transifex Bot
917d325e5f Update translations 2018-03-04 16:38:33 -05:00
edX Transifex Bot
481275c29d Update translations 2018-03-01 11:12:58 -05:00
ayub-khan
ea07b7de62 updated-translations 2018-03-01 16:46:29 +05:00
Mahyar Damavand
42f91a1be7 Find html files of django-wiki under templates directory 2018-02-24 12:47:01 +03:30
ayub-khan
523be08e56 updated translations 2018-02-22 15:06:35 +05:00
ayub-khan
4e27f55f35 updated translations 2018-02-22 12:38:49 +05:00
Bill DeRusha
79acf36881 Merge pull request #17462 from proversity-org/proversity/edx-pr-add-context-to-enroll
Add context to 'enroll' word
2018-02-21 16:48:08 -05:00
ayub-khan
eae37a2b45 updated-translations 2018-02-14 13:21:04 +05:00
Jose Antonio Gonzalez
d794e0cbf9 add context to 'enroll' word 2018-02-13 11:56:54 +02:00
ayub-khan
36a6240472 translations-6-feb 2018-02-06 14:13:05 +05:00
ayub-khan
08863b3930 updated-translations-29-jan 2018-01-29 14:51:52 +05:00
ayub-khan
9a50e018f0 updated translations 2018-01-26 16:38:12 +05:00
ayub-khan
5033dbcd91 update translations 2018-01-17 19:26:02 +05:00
ayub-khan
9650c324bc updated-translations 2018-01-10 15:53:41 +05:00
ayub-khan
7085dc77f3 updated translations 2018-01-03 20:04:28 +05:00
ayub-khan
f50af67f15 updated translations 2017-12-27 16:38:58 +05:00
ayub-khan
fcac9ad1e9 updated translations 2017-12-20 17:03:51 +05:00
edX Transifex Bot
257de20d95 Update translation strings 2017-12-17 16:52:42 -05:00
edX Transifex Bot
da8987aea8 Update translation strings 2017-12-12 15:06:11 -05:00
ayub-khan
96984aa3a4 updated translations 7 dec 2017-12-07 17:17:16 +05:00
edX Transifex Bot
ff7fa721a1 Update translation strings 2017-12-06 05:11:24 -05:00
edX Transifex Bot
1c0124aafa Update translation strings 2017-12-05 04:13:29 -05:00
ayub-khan
b9acdbb284 updated translations 2017-12-04 17:21:48 +05:00
ayub-khan
9e619e4244 Updated Translations 2017-11-23 16:02:47 +05:00
Brian Mesick
781af9ce15 Merge pull request #16600 from edx/bmedx/i18n_tools_hans_fix
Fix lang mapping for zh_HANS
2017-11-20 10:55:21 -05:00
bmedx
13ca6343ce Fix lang mapping for zh_HANS 2017-11-16 15:38:18 -05:00
ayub-khan
6fb44898f8 update translations 2017-11-16 16:03:38 +05:00
Anthony Mangano
84a3d47acb update Spanish translations 2017-11-14 12:04:10 -05:00
ayub-khan
cc98306f2b updated push files 2017-11-14 14:38:12 +05:00
ayub-khan
47a6e73b5a Update translations (autogenerated message) 2017-11-09 15:59:53 +05:00
Anthony Mangano
4636471c7e update Spanish translations 2017-11-08 16:10:20 -05:00
Ayub khan
025df85a88 Merge pull request #16424 from edx/LEARNER-2653-add-transifex-push-files-to-repo
LEARNER-2653 Added Untranslated strings files to Repo
2017-11-02 17:55:54 +05:00
ayub-khan
faeb0c01f7 Those po files are created and used to push
translations to transifex. This will help edx-platform
automated jenkins translation job understand when to push
translations to transifex.
2017-11-02 16:19:49 +05:00
ayub-khan
d922364e21 Update translations 2017-11-02 14:44:29 +05:00
ayub-khan
8ba42a3355 Update translations 2017-10-27 15:19:08 +05:00
ayub-khan
3032de0251 Update translations (autogenerated message) 2017-10-19 23:18:25 +05:00
Adeel Khan
9ef887c547 Adds translation for lms progress chart tooltip.
Tooltip text under lms->courseview->progress tab->chart
was not under any translation, causing it to appear untranslated for
learners. This would enable its translation to any language.

LEARNER-2607
2017-10-06 18:32:02 +05:00
bmedx
8ceb7ffdaf Add zh_HANS language mapping to locale config 2017-09-29 15:00:11 -04:00
Simon Chen
aa68fca46c Update Translations 2017-09-28 12:45:10 -04:00
Ned Batchelder
5c21261aa3 Update translations (autogenerated message) 2017-09-14 11:42:32 +00:00
Ned Batchelder
96ad386d36 Update translations (autogenerated message) 2017-08-30 18:01:15 +00:00
Ned Batchelder
63364fd305 Update translations (autogenerated message) 2017-08-30 16:12:38 +00:00
Ned Batchelder
92c406e46a Update translations (autogenerated message) 2017-08-25 17:21:52 -04:00
Andy Armstrong
41f7502ae3 Allow i18n strings to be scraped from openedx/features
LEARNER-2304
2017-08-18 14:41:36 -04:00
Ned Batchelder
408d6b5e0c Update translations (autogenerated message) 2017-08-14 11:32:28 -04:00
Uman Shahzad
1103a334a3 Update i18n. 2017-08-03 00:22:25 +05:00
Uman Shahzad
cb034d4f2f Implement client-side registration form validation.
Input forms that need validation will have AJAX requests
performed to get validation decisions live.

All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.

Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
Ned Batchelder
555d251472 Update translations (autogenerated message) 2017-08-01 21:27:56 +00:00