mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +01:00
Update CONTRIBUTING.md to include guideline on internationalization. Closes GH-633.
This commit is contained in:
parent
bdd688d5e6
commit
a51b69d125
@ -1,5 +1,21 @@
|
|||||||
# Contributing to Limnoria
|
# Contributing to Limnoria
|
||||||
|
|
||||||
|
## Guidelines
|
||||||
|
|
||||||
|
Follow the [Style Guidelines].
|
||||||
|
|
||||||
|
When adding a string that will be shown on IRC, always internationalize
|
||||||
|
it (wrap it in a call to `_()`).
|
||||||
|
When making a trivial change to an internationalized string that does not
|
||||||
|
affect the meaning of the string (typo fix, etc.), please update the
|
||||||
|
`msgid` entry in localization file. It helps preserve the translation
|
||||||
|
without the translator having to review it.
|
||||||
|
|
||||||
|
|
||||||
|
[Style Guidelines]:http://supybot.aperio.fr/doc/develop/style.html
|
||||||
|
|
||||||
|
## Sending patches
|
||||||
|
|
||||||
When you send a pull request, **send it to the testing branch**.
|
When you send a pull request, **send it to the testing branch**.
|
||||||
It will be merged to master when it's considered to be enough stable to be
|
It will be merged to master when it's considered to be enough stable to be
|
||||||
supported.
|
supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user