2000-11-03 22:30 UTC+0100 (for) Charles,Kwon <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2000-11-03 21:25:20 +00:00
parent 33ce57e6f7
commit 2cb7017058
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2000-11-03 22:30 UTC+0100 (for) Charles,Kwon <jfl@mafact.com>
* source/lang/msgko.c
Charles,Kwon update as requested ...
2000-11-02 20:35 UTC+0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
! Corrected minor bug with [] string delimiters.

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Language Support Module (KR)
*
* Copyright 2000 Kwon, Oh-Chul <ohchul@fivetech.net>
* Copyright 2000 Kwon, Oh-Jun <ohjun@fivetech.net>
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
@@ -71,10 +71,10 @@ static HB_LANG s_lang =
"일요일",
"월요일",
"화요일",
""
"",
"",
"",
"요일"
"요일",
"요일",
"요일",
/* CA-Cl*pper compatible natmsg items */
@@ -174,7 +174,7 @@ static HB_LANG s_lang =
/* Texts */
"YYYY-MM-DD",
"YYYY/MM/DD",
"Y",
"N"
}
@@ -188,4 +188,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_KO )
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
#pragma startup hb_lang_Init_KO
#endif