diff options
author | Walter Garcia-Fontes <walter.garcia@upf.edu> | 2015-01-05 18:25:27 +0100 |
---|---|---|
committer | Jean-Charles Malahieude <lilyfan@orange.fr> | 2015-01-18 10:11:29 +0100 |
commit | d22279ff444ce2d83b281256c5a7438d04f6c78c (patch) | |
tree | ae6bc8e6defc0a256709df23bd0db34709c0029e /scripts | |
parent | 93734cc0e115d60a526b2205bd6b6e2d375ac61b (diff) |
Doc-ca: corrected this file as to email by Phil Holmes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/create-weblinks-itexi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 1aca956ad4..e529ca7327 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -28,7 +28,7 @@ depth = "../" # Get/update node translations ''' -for i in cs de es fr hu it ja nl zh; do +for i in ca 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" \ |