From: Jeffrey Altman Date: Thu, 5 Aug 2004 17:51:41 +0000 (+0000) Subject: ntlang-20040805 X-Git-Tag: BP-openafs-stable-1_4_x~28 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bcc2794e26de749359f06a382dd87ae62610d285;p=packages%2Fo%2Fopenafs.git ntlang-20040805 No longer warn about executing language registry file. --- diff --git a/src/config/NTLang.bat b/src/config/NTLang.bat index b9def0687..547e7c9e7 100644 --- a/src/config/NTLang.bat +++ b/src/config/NTLang.bat @@ -143,55 +143,48 @@ set LANGID=1041 set LANGNAME=ja_JP set LANGCP=932 echo Building Japanese resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :ko_KR set LANGID=1042 set LANGNAME=ko_KR set LANGCP=949 echo Building Korean resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :zh_CN set LANGID=2052 set LANGNAME=zh_CN set LANGCP=936 echo Building Chinese (Simplified: PR China) resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :zh_TW set LANGID=1028 set LANGNAME=zh_TW set LANGCP=950 echo Building Chinese (Traditional: Taiwan) resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :pt_BR set LANGID=1046 set LANGNAME=pt_BR set LANGCP=1252 echo Building Brazilian Portuguese resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :es_ES set LANGID=1034 set LANGNAME=es_ES set LANGCP=1252 echo Building Spanish resources (%LANGID%, %LANGNAME%) -goto arg2_warn +goto arg2 :de_DE set LANGID=1032 set LANGNAME=de_DE set LANGCP=1252 echo Building German resources (%LANGID%, %LANGNAME%) -goto arg2_warn - -############################################################################### -# Warn the user that ntlang.reg is required to build non-us languages - -:arg2_warn -echo NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now! goto arg2 ###############################################################################