[med-svn] r623 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Oct 5 18:40:07 UTC 2007
Author: hanska-guest
Date: 2007-10-05 18:40:07 +0000 (Fri, 05 Oct 2007)
New Revision: 623
Modified:
trunk/community/website/locales.php
Log:
Removing redundant <br />'s
Modified: trunk/community/website/locales.php
===================================================================
--- trunk/community/website/locales.php 2007-10-05 18:37:31 UTC (rev 622)
+++ trunk/community/website/locales.php 2007-10-05 18:40:07 UTC (rev 623)
@@ -89,30 +89,27 @@
<h1><?=_("Add new locale")?></h1>
<p class="error">
To add a new locale, please use your authenticated SVN access.<br />
- First, checkout the locale/ directory:<br /><br />
+ First, checkout the locale/ directory:
<pre>
$ svn co svn+ssh://myaliothlogin@svn.debian.org/svn/debian-med/trunk/community/website/locale/
</pre>
- <br />
- After this, create a new directory for your locale (let's suppose it's de_DE):<br /><br />
+ After this, create a new directory for your locale (let's suppose it's de_DE):
<pre>
$ mkdir de_DE/LC_MESSAGES/
</pre>
- <br />
Next step is actually adding the .po catalog. Copy the .pot template to your newly created
- directory, and start translating:<br /><br />
+ directory, and start translating:
<pre>
$ cp messages.pot de_DE/LC_MESSAGES/messages.po
$ cd de_DE/LC_MESSAGES/
$ vi messages.po
</pre>
- <br />
- Now you need to compile the catalog you've just translated, and add everything under SVN
- control (we're in the LC_MESSAGES/ directory in this example):<br /><br />
+ Now you need to compile the catalog you've just translated, and add everything under SVN control
+ (we're in the LC_MESSAGES/ directory in this example):
<pre>
$ msgfmt messages.po
$ ls
-messages.mo messages.po
+messages.mo messages.po
$ cd ../../ # up to the locale/ directory
$ ls
it_IT/ de_DE/ messages.pot
@@ -123,8 +120,7 @@
A de_DE/LC_MESSAGES/messages.po
$
</pre>
- <br />
- Now it's time to commit the changes:<br /><br />
+ Now it's time to commit the changes:
<pre>
$ svn commit -m "Adding de_DE locale"
Sending locale/de_DE/
@@ -135,7 +131,6 @@
Commit of Revision xxx done.
$
</pre>
- <br />
Please note that the <em>automatic loading</em> of locales has not been tested yet. Please send
an e-mail to <a href="mailto:debian-med at lists.debian.org">debian-med at lists.debian.org</a> if you
encounter any problems.
More information about the debian-med-commit
mailing list