Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
40be878a
Unverified
Commit
40be878a
authored
7 years ago
by
Ayub khan
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17070 from edx/LEARNER-2653-make-target-for-pull-translations
Make Target for pull translations
parents
a222f01a
634e1527
No related branches found
Branches containing commit
Tags
release-2021-04-08-07.47
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+14
-0
14 additions, 0 deletions
Makefile
with
14 additions
and
0 deletions
Makefile
+
14
−
0
View file @
40be878a
...
...
@@ -20,3 +20,17 @@ extract_translations:
push_translations
:
# Push source strings to Transifex for translation
i18n_tool transifex push
pull_translations
:
## Pull translations from Transifex
git clean
-fdX
conf/locale
i18n_tool transifex pull
i18n_tool extract
i18n_tool dummy
i18n_tool generate
python manage.py lms
--settings
=
'devstack'
compilejsi18n
python manage.py cms
--settings
=
'devstack'
compilejsi18n
i18n_tool generate
--strict
git clean
-fdX
conf/locale/rtl
git clean
-fdX
conf/locale/eo
i18n_tool validate
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment