mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-09-02 00:28:36 +00:00
Merge pull request #2525 from mareki2p/uniocde
Fix warning about Unicode.
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ namespace i18n
|
||||
{ "finnish", {"Suomi", "fi", i2p::i18n::finnish::GetLocale} },
|
||||
{ "french", {"Français", "fr", i2p::i18n::french::GetLocale} },
|
||||
{ "german", {"Deutsch", "de", i2p::i18n::german::GetLocale} },
|
||||
{ "hebrew", {"עִבְרִית", "he", i2p::i18n::hebrew::GetLocale} },
|
||||
{ "hebrew", {"עִבְרִית", "he", i2p::i18n::hebrew::GetLocale} },
|
||||
{ "hindi", {"हिन्दी", "hi", i2p::i18n::hindi::GetLocale} },
|
||||
{ "italian", {"Italiano", "it", i2p::i18n::italian::GetLocale} },
|
||||
{ "persian", {"فارسی", "fa", i2p::i18n::persian::GetLocale} },
|
||||
|
||||
Reference in New Issue
Block a user