From 63601400e476c6cf43d985f3e7b9864681695ed4 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 18 Jan 2013 16:46:04 +0100 Subject: Update to MediaWiki 1.20.2 this update includes: * adjusted Arch Linux skin * updated FluxBBAuthPlugin * patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=44024 --- includes/zhtable/Makefile.py | 14 ++++----- includes/zhtable/simp2trad.manual | 1 - includes/zhtable/toCN.manual | 1 - includes/zhtable/toHK.manual | 58 +++++++++++++++++++++++++++++++++++++ includes/zhtable/toTW.manual | 1 + includes/zhtable/trad2simp.manual | 1 - includes/zhtable/tradphrases.manual | 3 ++ 7 files changed, 69 insertions(+), 10 deletions(-) (limited to 'includes/zhtable') diff --git a/includes/zhtable/Makefile.py b/includes/zhtable/Makefile.py index 305422bd..fd603ce4 100644 --- a/includes/zhtable/Makefile.py +++ b/includes/zhtable/Makefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # @author Philip import tarfile as tf @@ -31,7 +31,7 @@ def unichr3( *args ): # DEFINE UNIHAN_VER = '5.2.0' -SF_MIRROR = 'cdnetworks-kr-2' +SF_MIRROR = 'dfn' SCIM_TABLES_VER = '0.5.10' SCIM_PINYIN_VER = '0.5.91' LIBTABE_VER = '0.2.3' @@ -39,7 +39,7 @@ LIBTABE_VER = '0.2.3' def download( url, dest ): if os.path.isfile( dest ): - print( 'File %s up to date.' % dest ) + print( 'File %s is up to date.' % dest ) return global islinux if islinux: @@ -370,15 +370,15 @@ $zh2Hant = array(\n''' + PHPArray( toCN ) \ + '\n);\n\n$zh2SG = array(\n' \ + PHPArray( toSG ) \ - + '\n);' + + '\n);\n' - f = open( 'ZhConversion.php', 'wb', encoding = 'utf8' ) + f = open( os.path.join( '..', 'ZhConversion.php' ), 'wb', encoding = 'utf8' ) print ('Writing ZhConversion.php ... ') f.write( php ) f.close() - #Remove temp files - print ('Deleting temp files ... ') + # Remove temporary files + print ('Deleting temporary files ... ') os.remove('EZ-Big.txt.in') os.remove('phrase_lib.txt') os.remove('tsi.src') diff --git a/includes/zhtable/simp2trad.manual b/includes/zhtable/simp2trad.manual index eb5fa396..1b84f8e7 100644 --- a/includes/zhtable/simp2trad.manual +++ b/includes/zhtable/simp2trad.manual @@ -239,7 +239,6 @@ U+09E21鸡|U+096DE雞|U+09DC4鷄| U+09E5A鹚|U+09DBF鶿|U+09DC0鷀| U+09E6E鹮|U+04D09䴉| U+09F44齄|U+09F47齇| -U+0E82D|U+068E1棡| U+20BB6𠮶|U+055F0嗰| U+26216𦈖|U+04308䌈| U+28C3E𨰾|U+093B7鎷| diff --git a/includes/zhtable/toCN.manual b/includes/zhtable/toCN.manual index 41680d1f..243f61b0 100644 --- a/includes/zhtable/toCN.manual +++ b/includes/zhtable/toCN.manual @@ -9,7 +9,6 @@ 乙太網 以太网 點陣圖 位图 常式 例程 -游標 光标 光碟 光盘 光碟機 光驱 全形 全角 diff --git a/includes/zhtable/toHK.manual b/includes/zhtable/toHK.manual index 2ebb7504..1f7fe7d0 100644 --- a/includes/zhtable/toHK.manual +++ b/includes/zhtable/toHK.manual @@ -2240,3 +2240,61 @@ 分布于 分佈於 分布於 分佈於 想象 想像 +無線電視 無綫電視 +无线电视 無綫電視 +無線收費 無綫收費 +无线收费 無綫收費 +無線節目 無綫節目 +无线节目 無綫節目 +無線劇集 無綫劇集 +无线剧集 無綫劇集 +東鐵線 東鐵綫 +东铁线 東鐵綫 +觀塘線 觀塘綫 +观塘线 觀塘綫 +荃灣線 荃灣綫 +荃湾线 荃灣綫 +港島線 港島綫 +港岛线 港島綫 +東涌線 東涌綫 +东涌线 東涌綫 +將軍澳線 將軍澳綫 +将军澳线 將軍澳綫 +西鐵線 西鐵綫 +西铁线 西鐵綫 +馬鞍山線 馬鞍山綫 +马鞍山线 馬鞍山綫 +迪士尼線 迪士尼綫 +迪士尼线 迪士尼綫 +沙田至中環線 沙田至中環綫 +沙田至中环线 沙田至中環綫 +沙中線 沙中綫 +沙中线 沙中綫 +北環線 北環綫 +北环线 北環綫 +機場快線 機場快綫 +机场快线 機場快綫 +505線 505綫 +505线 505綫 +507線 507綫 +507线 507綫 +610線 610綫 +610线 610綫 +614線 614綫 +614线 614綫 +614P線 614P綫 +614P线 614P綫 +615線 615綫 +615线 615綫 +615P線 615P綫 +615P线 615P綫 +705線 705綫 +705线 705綫 +706線 706綫 +706线 706綫 +751線 751綫 +751线 751綫 +751P線 751P綫 +751P线 751P綫 +761P線 761P綫 +761P线 761P綫 diff --git a/includes/zhtable/toTW.manual b/includes/zhtable/toTW.manual index 35b62689..1a14e99a 100644 --- a/includes/zhtable/toTW.manual +++ b/includes/zhtable/toTW.manual @@ -408,3 +408,4 @@ 想象 想像 锎 鉲 信道 信道 +綫 線 diff --git a/includes/zhtable/trad2simp.manual b/includes/zhtable/trad2simp.manual index 692c74b5..7c3ce10d 100644 --- a/includes/zhtable/trad2simp.manual +++ b/includes/zhtable/trad2simp.manual @@ -43,7 +43,6 @@ U+065E3旣|U+065E2既| U+06607昇|U+05347升| U+0672E朮|U+0672F术| U+068CA棊|U+068CB棋| -U+068E1棡|U+0E82D| U+069A6榦|U+05E72干| U+069D3槓|U+06760杠| U+06A11樑|U+06881梁| diff --git a/includes/zhtable/tradphrases.manual b/includes/zhtable/tradphrases.manual index ee3bc69f..9a9534f8 100644 --- a/includes/zhtable/tradphrases.manual +++ b/includes/zhtable/tradphrases.manual @@ -3032,6 +3032,7 @@ 細如髮 繫於一髮 膚髮 +皮膚 生華髮 蒼髮 被髮佯狂 @@ -3501,6 +3502,7 @@ 藍澱 皆可作澱 澱山 +海淀山後 澱澱 掛鈎 薴悴 @@ -3982,6 +3984,7 @@ 棺材裡 注釋 月面 +路面 修杰楷 修杰麟 學裡 -- cgit v1.2.2