From fa52e880a354a580643c97ed135bd7b0ef55bf7d Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sun, 25 Aug 2013 20:55:41 +0400 Subject: [PATCH] First steps for i18n support * babel.cfg added; * translations initialized for all endpoints; * i18n tools cfgs added. Partially implements blueprint savanna-i18n Change-Id: I431d703c6193cc4af9324492209bda27075a78a8 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2ef55f0..8244d9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,8 @@ cover-inclusive=true verbosity=3 detailed-errors=1 where=savanna/tests + +[extract_messages] +keywords = _ gettext ngettext l_ lazy_gettext +mapping_file = babel.cfg +output_file = savanna/locale/savanna.pot