Commit Graph

27 Commits

Author SHA1 Message Date
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
Sarina Canelake
0ea941da69 Add Greek language translations 2014-02-10 14:40:11 -05:00
Ned Batchelder
9938ff683c Latest eo strings, lots of small differences due to Dummy changes 2014-02-08 10:37:02 -05:00
Ned Batchelder
ece123e90f More than one dummy language 2014-02-08 10:37:01 -05:00
Calen Pennington
d7d1d4bef2 Update translations (autogenerated message) 2014-02-03 14:27:49 -05:00
Calen Pennington
f5ffc94d16 Prep for initial language release 2014-02-03 13:35:56 -05:00
Calen Pennington
788ed13b76 Rename djangojs.po to djangojs-partial.po in transifex, to prevent header creep 2014-02-03 13:35:56 -05:00
Calen Pennington
c0470008ba Make i18n dummy dummy-ify all source english strings (rather than a static list) 2014-01-29 09:57:56 -05:00
Sarina Canelake
88789c1d21 Convert i18n/make_dummy.py to a standalone script
LMS-1967
2014-01-28 12:55:48 -05:00
Will Daly
d09540e34d Removed French and Korean locales until we add the translation strings 2014-01-24 14:52:37 -05:00
Ned Batchelder
9ea21dd9c7 i18n: extract and generate properly handle segments 2014-01-23 17:39:36 -05:00
Ned Batchelder
058569035f A few improvements to extract.
Use the configuration more, and we don't need to delete files we're
about to create.
2014-01-23 17:11:38 -05:00
Ned Batchelder
f76a5e174c I18n segmenting tool.
Messages can be segmented into different .po files based on the location
of their occurrences.  This is so Studio strings can go into different
.po files so we can direct Transifex workers to the LMS strings we
really need done.
2014-01-23 17:11:38 -05:00
Ned Batchelder
aa1ab5c792 Use yaml for a civilized config file. 2014-01-23 17:11:38 -05:00
Greg Price
f75a7e08cd Internationalize forums mustache templates 2014-01-21 15:57:57 -05:00
Sarina Canelake
bd8fce5a8a Change dummy locale to Esperanto 2013-11-19 10:28:02 -05:00
Adam Palay
3be155bd88 fix tests, remove zh_CN from config until we have support 2013-08-01 14:13:41 -04:00
Calen Pennington
0d3c44996a LMS i18n from Tsinghua 2013-07-31 19:39:15 -04:00
Steve Strassmann
dc473e6f7b more verbose messages.po 2013-05-08 14:07:57 -04:00
Steve Strassmann
bec2ca4086 cleanup headers of files pulled from transifex. 2013-05-06 14:05:05 -04:00
Steve Strassmann
c0278d0ff1 refactor config file; fix duplicate merge 2013-05-06 11:29:27 -04:00
Steve Strassmann
e6334584d6 rakefile cleanup 2013-05-03 15:18:29 -04:00
Steve Strassmann
55dd0fc8bc workaround for gettext parser bug 2013-05-03 12:45:55 -04:00
Steve Strassmann
d9381eccf2 test_generate and test_extract
both tests work
2013-04-26 15:01:59 -04:00
Steve Strassmann
87e0b85363 implement extract and generate
ran tests successfully with
$cd i18n; python -m unittest test
2013-04-26 13:20:29 -04:00
Steve Strassmann
8ab467a9fc add config files for PyBabel and update.py 2013-04-24 11:17:02 -04:00