[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ddts-script v. 0.1.6



Bonjour,

Une petite correction, avec les corrections des corrections il y a
encore des trucs qui sortent :

changelog :
version 0.1.6
  - bug fix:
    - add: english description in diff of descriptions to review

La rustine est en attachement, le script complet toujours là :
http://perso.wanadoo.fr/nico.bertol/ddts/ddts-script.txt

a+

Nicolas
-- 
--- ddts-script_0.1.5.txt	Fri Nov 23 11:49:13 2001
+++ ddts-script_0.1.6.txt	Sat Nov 24 12:29:50 2001
@@ -208,7 +208,7 @@
 
 =cut
 
-my $version = "0.1.5";
+my $version = "0.1.6";
 
 # Test if configuration as been made
 if (! -d $tr_dir) {
@@ -709,7 +709,8 @@
 			} else {
 				my $reviewed = &get_translation("$rev_dir/$package.$old_e");
 				$todo = &get_header("$rev_dir/$package")
-				       .&superdiff($original, $reviewed);
+		  		       ."Description: $description"
+		  		       ."Description-$langage\: ".&superdiff($original, $reviewed);
 			}
 		}
 	}

Reply to: