From d2741ced7b414f5004c45e319f6fecdc3cac74c7 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 14 Jul 2013 11:05:22 +0200 Subject: [PATCH] fix 320 --- docs/contributing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 36509ce..aa61d0d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -213,6 +213,13 @@ Follow bootstrap's coding standards for HTML_ and CSS_. Use two spaces for inde .. _HTML: https://github.com/twitter/bootstrap/blob/master/CONTRIBUTING.md#coding-standards-html .. _CSS: https://github.com/twitter/bootstrap/blob/master/CONTRIBUTING.md#coding-standards-css +Internationalize +~~~~~~~~~~~~~~~~ + +Any new text visible to the user must be internationalized_. + +.. _internationalized: https://django-admin2.readthedocs.org/en/latest/internationalization.html + How pull requests are checked, tested, and done ===============================================