Henri Verbeet : kernel32/nls: Fix LOCALE_SMONTHNAME5/ LOCALE_SABBREVMONTHNAME5 for LANG_PERSIAN.

Alexandre Julliard julliard at winehq.org
Thu Jun 16 03:45:43 CDT 2016


Module: wine
Branch: stable
Commit: 8d9852a29efa3e79d438f70e3fff830926c7fcc5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d9852a29efa3e79d438f70e3fff830926c7fcc5

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu May 19 18:02:48 2016 +0200

kernel32/nls: Fix LOCALE_SMONTHNAME5/LOCALE_SABBREVMONTHNAME5 for LANG_PERSIAN.

‎می may be correct for LANG_DARI though.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 362e6f86148f6c866dd7655450c56654443f1585)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/kernel32/nls/far.nls | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/nls/far.nls b/dlls/kernel32/nls/far.nls
index 7718d50..0f5b170 100644
--- a/dlls/kernel32/nls/far.nls
+++ b/dlls/kernel32/nls/far.nls
@@ -77,7 +77,7 @@ STRINGTABLE LANGUAGE LANG_PERSIAN, SUBLANG_DEFAULT
   LOCALE_SABBREVMONTHNAME2 "فوریه"
   LOCALE_SABBREVMONTHNAME3 "مارس"
   LOCALE_SABBREVMONTHNAME4 "آوریل"
-  LOCALE_SABBREVMONTHNAME5 "می"
+  LOCALE_SABBREVMONTHNAME5 "مه"
   LOCALE_SABBREVMONTHNAME6 "ژوئن"
   LOCALE_SABBREVMONTHNAME7 "ژوئیه"
   LOCALE_SABBREVMONTHNAME8 "اوت"
@@ -113,7 +113,7 @@ STRINGTABLE LANGUAGE LANG_PERSIAN, SUBLANG_DEFAULT
   LOCALE_SMONTHNAME2 "فوریه"
   LOCALE_SMONTHNAME3 "مارس"
   LOCALE_SMONTHNAME4 "آوریل"
-  LOCALE_SMONTHNAME5 "می"
+  LOCALE_SMONTHNAME5 "مه"
   LOCALE_SMONTHNAME6 "ژوئن"
   LOCALE_SMONTHNAME7 "ژوئیه"
   LOCALE_SMONTHNAME8 "اوت"




More information about the wine-cvs mailing list