Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit d37790b

Browse files
authoredJul 16, 2021
Add Italian language support
1 parent 6fa962b commit d37790b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎Source/Core/IAntiRevoke.cpp

+12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ IAntiRevoke& IAntiRevoke::GetInstance()
1818
void IAntiRevoke::InitMarker()
1919
{
2020
/*
21+
Italian
22+
GetId : it
23+
GetPluralId : it
24+
GetName : Italian
25+
GetNativeName : Italiano
26+
2127
English
2228
GetId : en
2329
GetPluralId : en
@@ -53,6 +59,12 @@ void IAntiRevoke::InitMarker()
5359

5460
std::unordered_map<std::wstring, std::vector<MarkDataT>> MultiLangMarks =
5561
{
62+
{
63+
L"it",
64+
{
65+
{ L"Italian", L"eliminato ", 10 * 6 }
66+
}
67+
},
5668
{
5769
L"en",
5870
{

0 commit comments

Comments
 (0)
This repository has been archived.