Skip to content

Commit

Permalink
Add mozilla_pootle plugin and js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2-1 committed Nov 11, 2016
1 parent 1f4fe3b commit 7cc64ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pootle/settings/50-project.conf
Expand Up @@ -88,6 +88,9 @@ INSTALLED_APPS = [
'accounts',
'contact',
'import_export', # Put before 'pootle' to ensure overextends works.

'mozilla_pootle',

'pootle',
'pootle.core',
'pootle_app',
Expand Down
3 changes: 3 additions & 0 deletions pootle/static/js/package.json
Expand Up @@ -15,6 +15,7 @@
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-rewire": "^1.0.0-rc-7",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-register": "^6.5.1",
Expand All @@ -38,7 +39,9 @@
"classnames": "^1.2.0",
"codemirror": "^5.7.0",
"diff-match-patch": "^1.0.0",
"fs": "^0.0.2",
"imports-loader": "^0.6.3",
"l20n": "git+https://github.com/ta2-1/l20n.js.git#get_all_plural_forms",
"md5": "^2.0.0",
"mousetrap": "^1.5.3",
"object-assign": "^2.0.0",
Expand Down
2 changes: 2 additions & 0 deletions requirements/base.txt
Expand Up @@ -33,3 +33,5 @@ scandir==1.3
translate-toolkit==2.0.0b7
# If you want to use Translate Toolkit 'master'
#-e git://github.com/translate/translate.git#egg=translate-toolkit

-e git+https://github.com/translate/mozilla-pootle#egg=mozilla-pootle-0.0.1

0 comments on commit 7cc64ea

Please sign in to comment.