Browse Source

[i18n] add namespace

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1687/head
R4SAS 3 years ago
parent
commit
97765ef895
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      i18n/I18N_langs.h

1
i18n/I18N_langs.h

@ -76,6 +76,7 @@ namespace i18n @@ -76,6 +76,7 @@ namespace i18n
namespace russian { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
namespace turkmen { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
namespace ukrainian { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
namespace uzbek { std::shared_ptr<const i2p::i18n::Locale> GetLocale (); }
/**
* That map contains international language name lower-case and name in it's language

Loading…
Cancel
Save