From a51b69d1256b3dc14b369cb99a02c9843f54906f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 31 May 2014 11:58:45 +0200 Subject: [PATCH] Update CONTRIBUTING.md to include guideline on internationalization. Closes GH-633. --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91f247f94..d6be8725b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,21 @@ # 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**. It will be merged to master when it's considered to be enough stable to be supported.