Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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-proctoring
Commits
a2bebdc6
Unverified
Commit
a2bebdc6
authored
Apr 09, 2018
by
Ayub-khan
Committed by
GitHub
Apr 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #420 from edx/LEARNER-2556-travis-validate-translations-check
Updated travis validate translations
parents
16d449c6
981fa7d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
.travis.yml
+1
-0
Makefile
+4
-1
requirements/dev.in
+1
-1
No files found.
.travis.yml
View file @
a2bebdc6
...
...
@@ -14,6 +14,7 @@ install:
before_script
:
-
npm install -g gulp-cli
script
:
-
make validate_translations
-
make test-all
-
make test-js
after_success
:
...
...
Makefile
View file @
a2bebdc6
...
...
@@ -91,9 +91,12 @@ pull_translations: ## pull translations from Transifex
push_translations
:
##
push source translation files (.po) from Transifex
tx push
-s
validate_translations
:
##
Test translation files
cd
edx_proctoring
&&
i18n_tool validate
-v
dummy_translations
:
##
generate dummy translation (.po) files
cd
edx_proctoring
&&
i18n_tool dummy
build_dummy_translations
:
extract_translations dummy_translations compile_translations
##
generate and compile dummy translation files
validate_translations
:
build_dummy_translations detect_changed_source_translations
##
validate translations
check_translations_up_to_date
:
build_dummy_translations detect_changed_source_translations
##
validate translations
requirements/dev.in
View file @
a2bebdc6
...
...
@@ -2,7 +2,7 @@
diff-cover # Changeset diff test coverage
edx_lint==0.5.5 # Python code linting rules
edx-i18n-tools
# For i18n_tool dummy
edx-i18n-tools
==0.4.4
# For i18n_tool dummy
pip-tools # Requirements file management
tox # virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
...
...
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