mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-16 06:02:18 +02:00
Update I18N_langs.h
Afd references for locale Heberw.
This commit is contained in:
parent
2280338900
commit
93a6bdb940
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace i18n
|
||||||
namespace english { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace english { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
namespace french { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace french { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
namespace german { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace german { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
|
namespace hebrew { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
namespace italian { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace italian { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
namespace polish { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace polish { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
namespace portuguese { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
namespace portuguese { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
|
||||||
|
@ -53,6 +54,7 @@ namespace i18n
|
||||||
{ "english", {"English", "en", i2p::i18n::english::GetLocale} },
|
{ "english", {"English", "en", i2p::i18n::english::GetLocale} },
|
||||||
{ "french", {"Français", "fr", i2p::i18n::french::GetLocale} },
|
{ "french", {"Français", "fr", i2p::i18n::french::GetLocale} },
|
||||||
{ "german", {"Deutsch", "de", i2p::i18n::german::GetLocale} },
|
{ "german", {"Deutsch", "de", i2p::i18n::german::GetLocale} },
|
||||||
|
{ "hebrew", {"עברית", "he", i2p::i18n::hebrew::GetLocale} },
|
||||||
{ "italian", {"Italiano", "it", i2p::i18n::italian::GetLocale} },
|
{ "italian", {"Italiano", "it", i2p::i18n::italian::GetLocale} },
|
||||||
{ "polish", {"Polski", "pl", i2p::i18n::polish::GetLocale} },
|
{ "polish", {"Polski", "pl", i2p::i18n::polish::GetLocale} },
|
||||||
{ "portuguese", {"Português", "pt", i2p::i18n::portuguese::GetLocale} },
|
{ "portuguese", {"Português", "pt", i2p::i18n::portuguese::GetLocale} },
|
||||||
|
|
Loading…
Add table
Reference in a new issue