Commit 362e6f86 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

kernel32/nls: Fix LOCALE_SMONTHNAME5/LOCALE_SABBREVMONTHNAME5 for LANG_PERSIAN.

‎می may be correct for LANG_DARI though. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 9a93d216
......@@ -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 "اوت"
......
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