Missing Slovenian translations
Crease29 opened this issue · 0 comments
Crease29 commented
PageLiner is missing Slovenian translations. It would be really cool, if someone could provide these translations.
How do I add new translations?
- Fork this repository
- 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. - Copy the
_locales/en/messages.json
into your new folder. - 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. - Create a pull request 😊
Thank you very much for your help!