Commit 918089ee authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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>
parent 53643d3b
......@@ -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