kernel32/nls: Fix LOCALE_SMONTHNAME5/LOCALE_SABBREVMONTHNAME5 for LANG_PERSIAN.

‎می may be correct for LANG_DARI though.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2016-05-19 18:02:48 +02:00 committed by Alexandre Julliard
parent 9a93d21681
commit 362e6f8614
1 changed files with 2 additions and 2 deletions

View File

@ -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 "اوت"