Skip to content

Commit

Permalink
Pull request i18n (#2804)
Browse files Browse the repository at this point in the history
* ...

* ...

* ...

* add translated files in Chinese.

* Remove compiled message files

* Consolidate translations into one set of files

* Rename .pot files to .po

* Add zh-CN to list of supported languages

* Ignore compiled .mo files

* Revert a couple of unimportant changes
  • Loading branch information
jianzi123 authored and gnestor committed Oct 2, 2017
1 parent 82c3357 commit de09c12
Show file tree
Hide file tree
Showing 6 changed files with 3,553 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/i18n/*/*.mo
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
Expand Down
1 change: 1 addition & 0 deletions notebook/i18n/nbjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"domain": "nbjs",
"supported_languages": [
"zh-CN"
],
"locale_data": {
"nbjs": {
Expand Down
Loading

0 comments on commit de09c12

Please sign in to comment.