Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9875b344
Commit
9875b344
authored
Jun 06, 2014
by
clytwynec
Committed by
Christine Lytwynec
Jun 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update i18n.rst for rake to paver transition
parent
35efa6af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
docs/en_us/developers/source/i18n.rst
+5
-6
No files found.
docs/en_us/developers/source/i18n.rst
View file @
9875b344
...
...
@@ -217,18 +217,17 @@ the strings, or checking the translations into Github, see use cases).
take a minute or two to complete::
$ cd edx-platform
$ rake assets
$ rake i18n:extract
$ paver i18n_extract
2. Generate dummy strings: See coverage testing (below) for more details. This
will create an "Esperanto" translation that is actually over-accented
English. Use this to create fake translations::
$
rake i18n:
dummy
$
paver i18n_
dummy
3. Run the
rake i18n:
generate command to create machine-readable .mo files::
3. Run the
paver i18n_
generate command to create machine-readable .mo files::
$
rake i18n:
generate
$
paver i18n_
generate
4. Django should be ready to go. The next time you run Studio or LMS, append
``?preview-lang=eo`` to the URL to turn on Esperanto as a dark language. The
...
...
@@ -259,7 +258,7 @@ and correct specific gaps in compliance.
Use the coverage tool to generate dummy files::
$
rake i18n:
dummy
$
paver i18n_
dummy
This will create new dummy translations in the Esperanto directory
(edx-platform/conf/local/eo/LC_MESSAGES).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment