mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-09-01 17:58:29 +00:00
Fix warning about Unicode.
i18n/I18N_langs.h:65:36: warning: found problematic Unicode character ‘U+200E (LEFT-TO-RIGHT MARK)’ [-Wbidi-chars=]
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