Skip to content

Commit f81fb46

Browse files
JCEmmonsminrk
authored andcommittedJul 11, 2017
Preliminary i18n implementation as outlined in JEP 16 (jupyter#2140)
setting up internationalization for log and UI messages See i18n README for details Squashed to resolve CRLF, tab-indent issues.
1 parent 8fa0926 commit f81fb46

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4474
-835
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ src
3333
Read the Docs
3434
config.rst
3535

36+
/.project
37+
/.pydevproject
38+

‎bower.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"es6-promise": "~1.0",
1010
"font-awesome": "components/font-awesome#~4.7.0",
1111
"google-caja": "5669",
12+
"jed": "~1.1.1",
1213
"jquery": "components/jquery#~2.0",
1314
"jquery-typeahead": "~2.0.0",
1415
"jquery-ui": "components/jqueryui#~1.10",
@@ -19,6 +20,8 @@
1920
"preact-compat": "https://unpkg.com/preact-compat@^3.14.3/dist/preact-compat.min.js",
2021
"proptypes": "https://unpkg.com/proptypes@^0.14.4/index.js",
2122
"requirejs": "~2.1",
23+
"requirejs-text": "~2.0.15",
24+
"requirejs-plugins": "~1.0.3",
2225
"text-encoding": "~0.1",
2326
"underscore": "components/underscore#~1.8.3",
2427
"xterm.js": "sourcelair/xterm.js#~2.8.1"

0 commit comments

Comments
 (0)