]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/create-weblinks-itexi.py
Doc: Czech webpage from Pavel, thanks!
[lilypond.git] / scripts / build / create-weblinks-itexi.py
index 4e84a5297a7a1934ad6558bf15c5f02e885d147f..90c10a34d1194e73baecacf2db427041ba7190c4 100644 (file)
@@ -16,11 +16,11 @@ depth = "../"
 ### http://code.google.com/p/lilypond/issues/detail?id=1050
 
 #langs = ['', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh']
-langs = ['', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh']
+langs = ['', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh']
 
 # Get/update node translations
 '''
-for i in de es fr hu it ja nl zh; do
+for i in cs de es fr hu it ja nl zh; do
     echo "'"$i"': {"
     (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/* ) \
         | pytt '^--\n.*@(?:unnum|sub)[^ ]* (.*)\n.*@translationof (.*)\n' "'\2': '\1',\n" \