]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/website_post.py
Web: add Chinese webpage by Ben Luo, thanks!
[lilypond.git] / scripts / build / website_post.py
index d4e8c4baf10a7bc2146f0fe8696ac0123cf22fc8..ba2432e1967e6fe585acaf9f38f299de325cb18c 100644 (file)
@@ -11,6 +11,10 @@ import re
 
 ###### Translation data, move out, see create-weblinks-itexi.py
 translations = {
+    'cs': {
+        'English': 'Česky',
+        'Other languages': 'Other languages',
+        },
     'de': {
         'English': 'Deutsch',
         'Other languages': 'Andere Sprachen',
@@ -32,13 +36,17 @@ translations = {
         'Other languages': 'Altre lingue',
         },
     'ja': {
-        'English': 'Japanese',
+        'English': '日本語',
         'Other languages': '他の言語',
         },
     'nl': {
         'English': 'Nederlands',
         'Other languages': 'Andere talen',
         },
+    'zh': {
+        'English': '中文',
+        'Other languages': 'Other languages',
+        },
     }
 
 # needs at least: make -C po or make- C Documentation/po