printrun-src/README.i18n

changeset 45
c82943fb205f
parent 15
0bbb006204fc
--- a/printrun-src/README.i18n	Tue Jan 19 20:44:16 2021 +0100
+++ b/printrun-src/README.i18n	Tue Jan 19 20:45:09 2021 +0100
@@ -31,16 +31,16 @@
 
 As currently coded, the default location for these message catalogs is
 
-  /usr/share/pronterface/locale/
+  /usr/share/locale/
 
 So, to install the catalogs, copy them to there:
 
-  sudo cp -a locale /usr/share/pronterface/
+  sudo cp -a locale /usr/share/
 
 To test pronterface in a new language, you can temporarily set LANG to
 the language you are testing, for example
 
-  LANG=de python pronterface.py
+  LANG=de.UTF-8 python pronterface.py
 
 Further automation for localization and packaging of Printrun would be
 nice to see, but is not here yet.

mercurial