aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse-help-patches.pl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-19 15:56:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-19 15:56:28 +0000
commit1c5e91272b39d3005a8e061a849d40ff55e418fc (patch)
treeb87cf61efe139910c2f6aec05abb34305f02d057 /scripts/parse-help-patches.pl
parent17a34b48733301ee4e5054e419edf8618905aa1d (diff)
added links to the new German and Russian pdpedias for the final Turkish template import
svn path=/trunk/; revision=8843
Diffstat (limited to 'scripts/parse-help-patches.pl')
-rwxr-xr-xscripts/parse-help-patches.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/parse-help-patches.pl b/scripts/parse-help-patches.pl
index f35a6bce..406bf3b3 100755
--- a/scripts/parse-help-patches.pl
+++ b/scripts/parse-help-patches.pl
@@ -221,11 +221,13 @@ foreach (`/sw/bin/find /Users/hans/Desktop/TODO/wiki_files_hacked/5.reference/ -
# print(OBJECTCLASS "[[$category:$categoryName]]\n");
# }
print(OBJECTCLASS "\n\n");
+ print(OBJECTCLASS "[[de:$pageName]]\n");
print(OBJECTCLASS "[[en:$pageName]]\n");
print(OBJECTCLASS "[[es:$pageName]]\n");
print(OBJECTCLASS "[[fr:$pageName]]\n");
print(OBJECTCLASS "[[nl:$pageName]]\n");
print(OBJECTCLASS "[[pt:$pageName]]\n");
+ print(OBJECTCLASS "[[ru:$pageName]]\n");
print(OBJECTCLASS "[[tr:$pageName]]\n");
print(OBJECTCLASS "\n\n");
close(OBJECTCLASS);