From 82b286cb6798c11845e5b412fa8341898b5a46c6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 10 Apr 2010 08:11:56 +0200 Subject: [PATCH] Doc: create-weblinks: stress omission of Extenting, Contributor. --- scripts/build/create-weblinks-itexi.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 39dde5298e..318bc10426 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -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, + }, } -- 2.39.5