Skip to content

Commit

Permalink
Clarified that translations will ship with the notebook package itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
JCEmmons committed Nov 10, 2016
1 parent 6c00c53 commit bff04d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ For example "de" for German, "fr" for French, etc. If no message catalog is avai
the string doesn't exist in the catalog, then the string passed as the argument to _() is
returned.

In this context, **${base_dir}** refers to the base installation directory for notebook. We are
assuming that all provided translations will be small enough so that they can be shipped
with notebook itself instead of having to be split out into separately installable packages.


### HTML Templates
The majority of the language of the GUI is contained in [html template files](https://github.com/jupyter/notebook/tree/master/notebook/templates)
Expand Down

0 comments on commit bff04d5

Please sign in to comment.