Henri Verbeet : kernel32/nls: Fix LOCALE_IFIRSTDAYOFWEEK for LANG_PERSIAN.

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


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

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

kernel32/nls: Fix LOCALE_IFIRSTDAYOFWEEK for LANG_PERSIAN.

The first day of the week is شنبه, not یک‌شنبه.

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

---

 dlls/kernel32/nls/far.nls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/nls/far.nls b/dlls/kernel32/nls/far.nls
index 114088b..cd1d0d8 100644
--- a/dlls/kernel32/nls/far.nls
+++ b/dlls/kernel32/nls/far.nls
@@ -39,7 +39,7 @@ STRINGTABLE LANGUAGE LANG_PERSIAN, SUBLANG_DEFAULT
   LOCALE_IDEFAULTUNIXCODEPAGE "65001"
   LOCALE_IDIGITS "2"
   LOCALE_IDIGITSUBSTITUTION "0"
-  LOCALE_IFIRSTDAYOFWEEK "6"
+  LOCALE_IFIRSTDAYOFWEEK "5"
   LOCALE_IFIRSTWEEKOFYEAR "0"
   LOCALE_IINTLCURRDIGITS "2"
   LOCALE_ILANGUAGE "0429"




More information about the wine-cvs mailing list