[med-svn] r1986 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Jun 6 09:39:02 UTC 2008
Author: hanska-guest
Date: 2008-06-06 09:39:00 +0000 (Fri, 06 Jun 2008)
New Revision: 1986
Modified:
trunk/community/website/locales.php
Log:
Added instructions on how to update message catalogs.
Modified: trunk/community/website/locales.php
===================================================================
--- trunk/community/website/locales.php 2008-06-06 09:33:34 UTC (rev 1985)
+++ trunk/community/website/locales.php 2008-06-06 09:39:00 UTC (rev 1986)
@@ -89,6 +89,23 @@
</table>
</div>
<div class="row">
+ <h1><?=_("Updating locales")?></h1>
+ <span class="info">
+ <p class="info">
+ To update existing locales with new messages from the code, first cd to the locale/ directory:
+ <pre>
+$ cd trunk/community/website/locale/</pre>
+ After that, you will find some scripts there. So, run:
+ <pre>
+$ ./update-messages
+$ ./update-locales
+$ svn ci -m "Catalogs updated"
+...
+Commit of revision xxx done.
+$ </pre>
+ After that, pick up your favourite editor, edit your .po file, and commit it!
+ </p>
+ </span>
<h1><?=_("Add new locale")?></h1>
<span class="info">
<p class="info">
More information about the debian-med-commit
mailing list