From 42df5084138e9b318f3b3e8468e597fa7ed884d5 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Sat, 2 May 2009 15:32:58 +0800 Subject: [PATCH] Updated INSTALL to use update_translations_py before get_translations --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 7537ed4..f29b3f0 100644 --- a/INSTALL +++ b/INSTALL @@ -12,8 +12,9 @@ are a few dependencies: 7. urwid (if you want to use the curses client - needs version >=0.9.8.3) 8. pm-utils (optional for suspend/resume integration - needs version >=1.2.4) -If you are installing from a bzr pull or beta/rc tarball and you want +If you are installing from a bzr pull and you want the native language translations, first run this: + python setup.py update_translations_py python setup.py get_translations You will not need to do this if you're installing from a release tarball.