• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoa664b32d5503a22194be00b5ded079ee3382e67f (tree)
Hora2011-06-05 23:15:32
Autorhenoheno <henoheno>
Commiterhenoheno

Mensagem de Log

BugTrack2/347: Ignore converting zh-CN.lng.php

Mudança Sumário

Diff

--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
11 #!/bin/sh
2-# $Id: release.sh,v 1.32 2011/05/30 15:06:56 henoheno Exp $
2+# $Id: release.sh,v 1.33 2011/06/05 14:15:32 henoheno Exp $
33 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
44 # Release automation script for PukiWiki
55 # ==========================================================
@@ -203,7 +203,10 @@ if [ "$__utf8" ] ; then
203203 echo "Converting EUC-JP => UTF-8 ..."
204204 find "$pkg_dir" -type f \( -name "*.txt" -or -name "*.php" -or -name "*.lng" -or -name "*.dat" -or -name "*.ref" \) |
205205 while read line; do
206- convert "$line"
206+ case "$line" in
207+ "$pkg_dir"/zh-CN.lng.php ) ;; # UTF-8 already, Do nothing
208+ * ) convert "$line" ;;
209+ esac
207210 done
208211
209212 # Replace 'EUC-JP' => 'UTF-8'