Commit 7c46dff0 authored by Henri Verbeet's avatar Henri Verbeet Committed by Michael Stefaniuc

kernel32/nls: Fix LOCALE_IFIRSTDAYOFWEEK for LANG_PERSIAN.

The first day of the week is شنبه, not یک‌شنبه. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit 918089ee) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent 6fa0dfd9
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment