2012-07-25 11:51 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/lang/fr.c
    ! old typo in month name, by Guy Roussin
  * src/lang/uk.c
    ! old typo in native language name, by Alexey Myronenko
  * src/rtl/langcomp.prg
    ! recent typo in compatibility UAWIN CP, by Grigory Filatov
  ; Thanks guys
This commit is contained in:
Viktor Szakats
2012-07-25 09:54:40 +00:00
parent 35b4a0b5ce
commit b977b18a49
4 changed files with 12 additions and 3 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-25 11:51 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/lang/fr.c
! old typo in month name, by Guy Roussin
* src/lang/uk.c
! old typo in native language name, by Alexey Myronenko
* src/rtl/langcomp.prg
! recent typo in compatibility UAWIN CP, by Grigory Filatov
; Thanks guys
2012-07-25 11:26 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/lang/hu.c
+ minor tweaks to translation

View File

@@ -70,7 +70,7 @@ static HB_LANG s_lang =
"Février",
"Mars",
"Avril",
"May",
"Mai",
"Juin",
"Juillet",
"Août",

View File

@@ -59,7 +59,7 @@ static HB_LANG s_lang =
"uk", /* ISO ID (2 chars) */
"Ukrainian", /* Name (in English) */
"Украєнська", /* Name (in native language) */
"Українська", /* Name (in native language) */
"UA", /* RFC ID */
"UTF8", /* Codepage */
"", /* Version */

View File

@@ -124,7 +124,7 @@ FUNCTION hb_langSelect( cLangID, cCP )
CASE "UA866" ; cCPDef := "UA866" ; cLangIDBase := "uk" ; EXIT
CASE "UADOS" ; cCPDef := "UA1125"; cLangIDBase := "uk" ; EXIT
CASE "UAKOI8" ; cCPDef := "UAKOI8"; cLangIDBase := "uk" ; EXIT
CASE "UAWIN" ; cCPDef := "UA1125"; cLangIDBase := "uk" ; EXIT
CASE "UAWIN" ; cCPDef := "UA1251"; cLangIDBase := "uk" ; EXIT
CASE "ZHB5" ; cCPDef := "BIG5" ; cLangIDBase := "zh_tra" ; EXIT
CASE "ZHGB" ; cCPDef := "BIG5" ; cLangIDBase := "zh_sim" ; EXIT /* INCOMPATIBILITY: Was using CP936 in legacy implementation. */
OTHERWISE