[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    l10n-support/ca/scripts
From:       Antoni Bella PĂ©rez <antonibella5 () yahoo ! com>
Date:       2017-05-04 10:05:34
Message-ID: E1d6Dde-0005ON-7H () code ! kde ! org
[Download RAW message or body]

SVN commit 1488699 by bellaperez:

Catalan works
  -- Improves.

 M  +12 -1     doc_content_dates.pl  


--- trunk/l10n-support/ca/scripts/doc_content_dates.pl #1488698:1488699
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
-
+#
+# The goal is create a memory with date changes.
+# - missing: kcontrol5 and kioslave5
+#
 # GitHub accept svn commands:
 # svn --verbose list https://github.com/KDE/dolphin/branches/master/doc
 #    5876 arnav.dh              feb 13 17:54 ./
@@ -8,13 +11,18 @@
 #    4889 burkhard        58466 mai 28  2015 grouping-view.png
 # ...
 
+use strict;
+use utf8;
+
 open FILE_IN, 'scripts/documentation_paths' || die "Can't open!";
 qx(test -d images && rm -Rf images);
 qx(mkdir -p images);
 
+my $line;
 while($line = <FILE_IN>) {
     chop $line;
     my ($module) = ($line =~ m,^module (.*?)$,ms);
+    my $module_1;
     if ( $module ) {
         $module_1 = $module;
         print "\n ## $module_1 ##\n";
@@ -39,5 +47,8 @@
     }
 }
 
+close FILE_IN;
+close FILE_OUT;
+
 exit 0;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic