[Debian-l10n-commits] r2708 - in /ddtp-web: Changelog db_change_lang.pl

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Mon Jul 25 13:31:41 UTC 2011


Author: nekral-guest
Date: Mon Jul 25 13:31:41 2011
New Revision: 2708

URL: http://svn.debian.org/wsvn/?sc=1&rev=2708
Log:
	* db_change_lang.pl: Do not convert pt to pt_BR anymore.
	* db_change_lang.pl: Convert km to km_KH.

Modified:
    ddtp-web/Changelog
    ddtp-web/db_change_lang.pl

Modified: ddtp-web/Changelog
URL: http://svn.debian.org/wsvn/ddtp-web/Changelog?rev=2708&op=diff
==============================================================================
--- ddtp-web/Changelog (original)
+++ ddtp-web/Changelog Mon Jul 25 13:31:41 2011
@@ -13,3 +13,5 @@
 	* ddt.cgi: Use the package_version_tb table instead of version_tb
 	table to display the package and version instead of just the
 	version.
+	* db_change_lang.pl: Do not convert pt to pt_BR anymore.
+	* db_change_lang.pl: Convert km to km_KH.

Modified: ddtp-web/db_change_lang.pl
URL: http://svn.debian.org/wsvn/ddtp-web/db_change_lang.pl?rev=2708&op=diff
==============================================================================
--- ddtp-web/db_change_lang.pl (original)
+++ ddtp-web/db_change_lang.pl Mon Jul 25 13:31:41 2011
@@ -18,10 +18,10 @@
 
 
 eval {
-	$dbh->do("UPDATE translation_tb SET language='pt' WHERE language='pt_PT';");
-	$dbh->do("UPDATE part_tb SET language='pt' WHERE language='pt_PT';");
-	$dbh->do("UPDATE ppart_tb SET language='pt' WHERE language='pt_PT';");
-	$dbh->do("UPDATE owner_tb SET language='pt' WHERE language='pt_PT';");
+	$dbh->do("UPDATE translation_tb SET language='km' WHERE language='km_KH';");
+	$dbh->do("UPDATE part_tb SET language='km' WHERE language='km_KH';");
+	$dbh->do("UPDATE ppart_tb SET language='km' WHERE language='km_KH';");
+	$dbh->do("UPDATE owner_tb SET language='km' WHERE language='km_KH';");
 	$dbh->commit;   # commit the changes if we get this far
 };
 if ($@) {




More information about the Debian-l10n-commits mailing list