]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: create-weblinks: stress omission of Extenting, Contributor.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 10 Apr 2010 06:11:56 +0000 (08:11 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 10 Apr 2010 06:11:56 +0000 (08:11 +0200)
scripts/build/create-weblinks-itexi.py

index 39dde5298edbce4d567d49a811fd96c5c9c38f44..318bc10426c5b59b4c5fdc86750df595bcffc8a5 100644 (file)
@@ -24,7 +24,7 @@ langs = ['', 'es', 'fr', 'nl']
 '''
 for i in es fr nl de hu ja it; do
     echo "'"$i"': {"
-    (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/*) \
+    (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/* ) \
         | pytt '^--\n.*@(?:unnum|sub)[^ ]* (.*)\n.*@translationof (.*)\n' "'\2': '\1',\n" \
         | grep -E 'Source|Learning|Glossary|Essay|Notation|Usage|Snippets|Web|Changes|Extending|Internals|Contributor'
     echo "},"
@@ -123,9 +123,12 @@ translations = {
         'Snippets': 'Schnipsel',
         'Web': 'Web',
         'Changes': 'Änderungen',
-        'Internals': 'Interna',
 
         #TODO
+        'Extending': 0,
+        'Internals': 'Interna',
+        'Contributor': 0,
+
         },
     'hu': {
         'Source': 'Forrás',
@@ -137,9 +140,12 @@ translations = {
         'Snippets': 'Kódrészletek',
         'Web': 'Web',
         'Changes': 'Változások',
-        'Internals': 'Belső működés',
 
         #TODO
+        'Extending': 0,
+        'Internals': 'Belső működés',
+        'Contributor': 0,
+
         },
     'ja': {
         'Source': 'ソース',
@@ -151,9 +157,12 @@ translations = {
         'Snippets': 'コード断片集',
         'Web': 'Web',
         'Changes': '変更点',
-        'Internals': '内部リファレンス',
 
         #TODO
+        'Extending': 0,
+        'Internals': '内部リファレンス',
+        'Contributor': 0,
+
         },
     }