Crease29/pageliner

Missing Romanian translations

Crease29 opened this issue · 0 comments

PageLiner is missing Romanian translations. It would be really cool, if someone could provide these translations.

How do I add new translations?

  1. Fork this repository
  2. Create a new directory in _locales. Here you can find all supported language codes: https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support . Name your new directory by the language code.
  3. Copy the _locales/en/messages.json into your new folder.
  4. Translate all strings that are indexed by "message". You don't need to translate the strings that are indexed by "description", because these strings just describe where the message is shown or in which context it needs to be translated.
  5. Create a pull request 😊

Thank you very much for your help!