Skip to content

Commit 95a8340

Browse files
authored
Merge pull request #3367 from forbxy/master
fix error in i18n/README.md
2 parents e9da502 + eb9d200 commit 95a8340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebook/i18n/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ However…
1515
run in).
1616

1717
Hint: if running Windows, you can set it in PowerShell with `${Env:LANG} = "xx_XX"`.
18+
if running Ubuntu 14, you should set environment variable `LANGUAGE="xx_XX"`.
1819

1920
2. The preferred language for web pages in your browser settings (`xx`) is
2021
also used. At the moment, it has to be first in the list.
@@ -23,7 +24,7 @@ Hint: if running Windows, you can set it in PowerShell with `${Env:LANG} = "xx_X
2324

2425
### Requirements
2526

26-
- *pybabel* (could be installed `pip install pybabel`)
27+
- *pybabel* (could be installed `pip install babel`)
2728
- *po2json* (could be installed with `npm install -g po2json`)
2829

2930
**All i18n-related commands are done from the related directory :**

0 commit comments

Comments
 (0)