X Tutup
Skip to content

Commit 1691eb9

Browse files
committed
i18n: readme revisited
1 parent 947439c commit 1691eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

i18n/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ babel (http://babel.edgewall.org/)
55

66
Internationalization
77
====================
8-
bPython delegates to babel most of the job for creating .po and .mo files, so
9-
you may want to check also its documentation for more informations
8+
bpython delegates to babel most of the job for creating .po and .mo files, so
9+
you may want to check also its documentation for more information
1010
http://babel.edgewall.org/wiki/Documentation/0.9/index.html .
1111

1212
In order to create a new language translation, first of all you need to know
1313
that translations follow this path template: i18n/locale/<locale>/LC_MESSAGES/bpython.po
1414

15-
To create a new template .po file, you just need to follow 4steps:
15+
To create a new template .po file, you just need to follow these four steps:
1616
1. Set up the correct directory structure:
1717

1818
$ mkdir i18n/locale/fo_FO/ # assuming fo_FO is your desidered locale

0 commit comments

Comments
 (0)
X Tutup