X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fwebsite_post.py;h=551da4657e5c1d0ccd22e3991810335cf07ca724;hb=76490755dae238028e919653057f231b25be3445;hp=5267a8582807ae4f5df29d494d0511922382df6b;hpb=9158bc17904d4dd930a1f776cfe3226f1ad84092;p=lilypond.git diff --git a/scripts/build/website_post.py b/scripts/build/website_post.py index 5267a85828..551da4657e 100644 --- a/scripts/build/website_post.py +++ b/scripts/build/website_post.py @@ -11,6 +11,10 @@ import re ###### Translation data, move out, see create-weblinks-itexi.py translations = { + 'cs': { + 'English': 'Česky', + 'Other languages': 'Jiné jazyky', + }, 'de': { 'English': 'Deutsch', 'Other languages': 'Andere Sprachen', @@ -32,13 +36,17 @@ translations = { 'Other languages': 'Altre lingue', }, 'ja': { - 'English': 'Japanese', + 'English': '日本語', 'Other languages': '他の言語', }, 'nl': { 'English': 'Nederlands', 'Other languages': 'Andere talen', }, + 'zh': { + 'English': '中文', + 'Other languages': '其它语言', + }, } # needs at least: make -C po or make- C Documentation/po @@ -170,13 +178,14 @@ for file in html_files: ### alter links as appropriate link = getLocalHref(line) if (link != ""): - # quesitonable - if (link.endswith(".html")): - langlink = addLangExt(link[:-5], lang, "html") - line = line.replace(link, langlink) - if (link.endswith(".pdf")): - langlink = addLangExt(link[:-4], lang, "pdf") - line = line.replace(link, langlink) + # questionable + if (not link.startswith("../doc/")): + if (link.endswith(".html")): + langlink = addLangExt(link[:-5], lang, "html") + line = line.replace(link, langlink) + if (link.endswith(".pdf")): + langlink = addLangExt(link[:-4], lang, "pdf") + line = line.replace(link, langlink) ### add google tracker header if (line.find("") >= 0): outfile.write("""