From b91589d7947e9130568aaa394b48c1ddd324c9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 13 May 2006 22:09:38 +0000 Subject: [PATCH] update for makefile changes --- bureau/locales/README | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/bureau/locales/README b/bureau/locales/README index 38f8abf3..683ac244 100644 --- a/bureau/locales/README +++ b/bureau/locales/README @@ -24,17 +24,14 @@ to translate AlternC in any language. 2. How to update language files. -When the programm is updated, the po and pot files in locales/ are -changed to reflect the new developped features. +When the programm is updated, the po files in locales/ are changed to +reflect the new developped features. -You can launch +You can just call the makefile to have the files regenerated: -./updatelang.sh +cd admin/locales +make from "locales/" to update your language po files. New strings will have an empty "msgstr" value, and obsoletes one will be commented out with -#~ - -Example : - -./updatelang.sh fr_FR +#~ \ No newline at end of file