aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2003-07-23 16:49:28 +0000
committerPeter Karlsson <peterk>2003-07-23 16:49:28 +0000
commitc189f765f9545332bf729bc5530464a22a7a083b (patch)
tree1dd1123e9250688c6a2d963a73e272f532232c1b /copypage.pl
parent779cbca083a5a3f1f6e14a76f3346ee13721de5b (diff)
.src pages are also translated
CVS version numbers copypage.pl: 1.23 -> 1.24
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index de66d21bb10..26d7185ef3f 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -112,7 +112,7 @@ if (open WMLRC, "$language/.wmlrc")
foreach $page (@ARGV)
{
# Check if valid source
- if ($page =~ /wml$/)
+ if ($page =~ /wml$/ || $page =~ /src$/)
{
&copy($page, $recode, $compat);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy