[or-cvs] r15365: Updated Vidalia section and svn url. (tor/trunk/doc)

ioerror at seul.org ioerror at seul.org
Thu Jun 19 18:44:16 UTC 2008


Author: ioerror
Date: 2008-06-19 14:44:15 -0400 (Thu, 19 Jun 2008)
New Revision: 15365

Modified:
   tor/trunk/doc/translations.txt
Log:
Updated Vidalia section and svn url.


Modified: tor/trunk/doc/translations.txt
===================================================================
--- tor/trunk/doc/translations.txt	2008-06-19 17:17:42 UTC (rev 15364)
+++ tor/trunk/doc/translations.txt	2008-06-19 18:44:15 UTC (rev 15365)
@@ -9,7 +9,7 @@
 
     https://tor-svn.freehaven.net/svn/translation/trunk/projects/torbutton
     https://tor-svn.freehaven.net/svn/translation/trunk/projects/torcheck
-    https://tor-svn.freehaven.net/svn/translation/trunk/projects/vidalia
+    http://trac.vidalia-project.net/browser/vidalia/trunk/src/vidalia/i18n
 
 The current pootle configuration is checked into subversion as well:
 
@@ -95,45 +95,7 @@
 
     svn commit
 
-XXX: Update this to make it correct :XXX
-
 Vidalia uses our translation portal to accept translations. Users use the
-portal to check in their changes.  To make use of the translations that users
-have commited to the translations/
-subversion module, you'll need to ensure that you have a current checked out
-copy of Vidalia:
-    
-    cd vidalia/src/vidalia/i18n/ 
-    vidalia/src/vidalia/i18n/$ svn up
+portal to check in their changes. No conversion or moving is required other
+than normal pootle usage.
 
-You should see something like the following:
-
-    Fetching external item into 'pootle'
-    Updated external to revision 15319.
-
-    Updated to revision 2744.
-
-Now if you had changes, you need to convert from .po and move the newly updated .ts files
-into the current stable locale directory. First convert them with the
-'mkts.sh' script and then moving the proper .ts files from
-'vidalia/src/vidalia/i18n/ts/' into 'vidalia/src/vidalia/i18n/' directory
-while properly naming the files for their respective locale.
-
-Here's an example of how to move all of the current pootle translations into
-the svn trunk area of Torbutton:
-
-    cd vidalia/src/vidalia/i18n/ 
-    ./mkts.sh
-    for locale in `ls -1 ts/`;
-    do 
-    mv -v ts/$locale/vidalia_$locale.ts vidalia_$locale.ts;
-    done
-
-Now check the differences (ensure the output looks reasonable):
-    
-    svn diff
-
-And finally check in the changes:
-
-    svn commit
-



More information about the tor-commits mailing list