From: Graham Percival Date: Sat, 3 Sep 2011 09:40:40 +0000 (+0100) Subject: Revert "Amends create-weblinks-itexi to use langdefs" X-Git-Tag: release/2.15.10-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=811a8df50a816460d1819737f7b9716f98a08bb9;p=lilypond.git Revert "Amends create-weblinks-itexi to use langdefs" This reverts commit 3158f995ea81784ea84a06d865e90342ca774406. accidental push --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index cba1c9cd35..d799925909 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -9,21 +9,14 @@ import sys import os import glob +# these links are relative from /website/ on lilypond.org +depth = "../" + ### translation data -- shouldn't be here; see issue ### http://code.google.com/p/lilypond/issues/detail?id=1050 -langs = [] - -import langdefs -langobjs = langdefs.LANGUAGES -for i in langobjs: - if i.code == 'en': - langs.append ('') - else: - langs.append(i.code) - -# these links are relative from /website/ on lilypond.org -depth = "../" +#langs = ['', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh'] +langs = ['', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh'] # Get/update node translations '''