Author: ivanovic
Date: Fri Aug  3 16:03:21 2007
New Revision: 19317

URL: http://svn.gna.org/viewcvs/wesnoth?rev=19317&view=rev
Log:
removed a part that *should* not be needed anymore
if any new untranslated strings appear, please tell me

Modified:
    trunk/utils/wmlxgettext

Modified: trunk/utils/wmlxgettext
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/wmlxgettext?rev=19317&r1=19316&r2=19317&view=diff
==============================================================================
--- trunk/utils/wmlxgettext (original)
+++ trunk/utils/wmlxgettext Fri Aug  3 16:03:21 2007
@@ -93,14 +93,15 @@
       # single-line non-quoted string
       die "nested string in $file" if defined $str;
 
-      # magic handling of weapon descriptions
-      push @{$messages{raw2postring($2)}},  "$file:$."
-       if $readingattack and
-         ($1 eq 'name' or $1 eq 'type' or $1 eq 'special');
-
-      # magic handling of unit abilities
-      push @{$messages{raw2postring($2)}},  "$file:$."
-       if $1 eq 'ability';
+### probably not needed ###
+#      # magic handling of weapon descriptions
+#      push @{$messages{raw2postring($2)}},  "$file:$."
+#      if $readingattack and
+#        ($1 eq 'name' or $1 eq 'type' or $1 eq 'special');
+#
+#      # magic handling of unit abilities
+#      push @{$messages{raw2postring($2)}},  "$file:$."
+#      if $1 eq 'ability';
 
     } elsif (m,\[attack\],) {
       $readingattack = 1;


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to