LemmyNet/lemmyBB

Help needed with localization

Nutomic opened this issue · 0 comments

I just added localization functionality to lemmyBB. For now only strings in components/header/html.hbs are translated. You can help by translating strings in other files as well, which is pretty simple:

  • Find a text in templates folder which is not translated
  • Move it into translations/translations/en.json with a sensible key name
  • Replace the text in template file with {{{i18n site_data "your_key"}}}

Other than this, you can also help to translate texts via Weblate.