summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-01 00:08:45 +0200
committerPetr Mladek <pmladek@suse.cz>2012-02-10 17:54:55 +0100
commit939e7316dec9d919b4e93aefcf9e38680c015cec (patch)
treeb1e5e69d97bc950872150c2716f287afcd24eeab /helpcontent2
parent0c639ec9ababcb99639e4b1a87d0a229588afad2 (diff)
Adapt to the translations repository.
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'helpcontent2')
-rwxr-xr-xhelpcontent2/help-to-wiki.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py
index ca3b774d93..d25cb99847 100755
--- a/helpcontent2/help-to-wiki.py
+++ b/helpcontent2/help-to-wiki.py
@@ -94,11 +94,11 @@ os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" )
try:
sdf_path = args[0]
except:
- sdf_path = '../../l10n/l10n/source'
+ sdf_path = '../../translations/unxlngx6.pro/misc/sdf-l10n'
sys.stderr.write('Path to the .sdf files not provided, using "%s"\n'% sdf_path)
# do the work
for lang in langs:
- wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang))
+ wikiconv2.convert(generate_redirects, lang, '%s/%s.sdf'% (sdf_path, lang))
# vim:set shiftwidth=4 softtabstop=4 expandtab: