Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Add gettext installation to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Dec 18, 2012
1 parent 5b6b03a commit ca5bb9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ you don't have `pip` installed, you can install it with `easy_install pip`.
$ svn checkout https://svn.mozilla.org/projects/l10n-misc/trunk/firefoxflicks/locale/ locale
```

7. Compile the translations:
7. Install the GNU version of `gettext`. If you are on OSX, you can do this
using [Homebrew][]:

```sh
$ brew install gettext
$ brew link gettext
```

8. Compile the translations:

```sh
$ python manage.py compilemessages
Expand All @@ -65,6 +73,7 @@ you don't have `pip` installed, you can install it with `easy_install pip`.
[git]: http://git-scm.com/
[python]: http://www.python.org/
[mysql]: http://dev.mysql.com/doc/refman/5.6/en/installing.html
[Homebrew]: http://mxcl.github.com/homebrew/


Running the Development Server
Expand Down

0 comments on commit ca5bb9a

Please sign in to comment.