From d64809747a34cd2e428cff9dcb50752e14e9887d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 5 Jun 2014 22:20:35 +0200 Subject: [PATCH] Setup for translation To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Change-Id: I8b14e54091e2e3d36605d9493c93ba87eb4105d2 --- oslo.i18n/locale/oslo.i18n.pot | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 oslo.i18n/locale/oslo.i18n.pot diff --git a/oslo.i18n/locale/oslo.i18n.pot b/oslo.i18n/locale/oslo.i18n.pot new file mode 100644 index 0000000..e52c48e --- /dev/null +++ b/oslo.i18n/locale/oslo.i18n.pot @@ -0,0 +1,29 @@ +# Translations template for oslo.i18n. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.i18n project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.i18n 73d16d8\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-06-05 22:20+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: oslo/i18n/gettextutils.py:315 +msgid "Message objects do not support addition." +msgstr "" + +#: oslo/i18n/gettextutils.py:325 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" +