Skip to content

Commit

Permalink
Fix toolbar presets,enablement problems,greatly improve translations
Browse files Browse the repository at this point in the history
  • Loading branch information
JCEmmons committed Apr 10, 2017
1 parent ab44611 commit dd30e75
Show file tree
Hide file tree
Showing 8 changed files with 731 additions and 526 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ src
Read the Docs
config.rst

/.project
/.pydevproject

2 changes: 0 additions & 2 deletions notebook/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,5 @@ of languages in the UI ( never a good thing ).

2. We will need to decide if console messages should be translatable, and enable them if desired.

3. Cell Toolbar presets aren't showing up as translated. I'm looking into this.

Any questions or comments please let me know @JCEmmons on github ([email protected])

3 changes: 3 additions & 0 deletions notebook/i18n/babel_nbjs.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[javascript: notebook/static/base/js/*.js]
extract_messages = $._

[javascript: notebook/static/notebook/js/*.js]
extract_messages = $._

Expand Down
Loading

0 comments on commit dd30e75

Please sign in to comment.