kernel32/nls: Return CAL_GREGORIAN_XLIT_FRENCH for LOCALE_ICALENDARTYPE for LANG_PERSIAN.
The (Gregorian) month names are transliterated from French. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
918089eedf
commit
9a93d21681
|
@ -23,7 +23,7 @@
|
|||
STRINGTABLE LANGUAGE LANG_PERSIAN, SUBLANG_DEFAULT
|
||||
{
|
||||
LOCALE_FONTSIGNATURE L"\x60af\x8000\x3848\x1000\x0008\x0000\x0000\x0800\x0040\x0000\x0000\x2000\x0040\x0000\x0000\x2008"
|
||||
LOCALE_ICALENDARTYPE "2"
|
||||
LOCALE_ICALENDARTYPE "12"
|
||||
LOCALE_ICENTURY "1"
|
||||
LOCALE_ICOUNTRY "981"
|
||||
LOCALE_ICURRDIGITS "2"
|
||||
|
|
Loading…
Reference in New Issue