Commit Graph

2 Commits

Author SHA1 Message Date
gugug fa421e9178 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: Id54c22f820b1aa6315d721e354ce150c657bd4fd
2020-06-20 22:04:03 +08:00
Andreas Jaeger 08e5f262d2 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.

Add also babel.cfg file as translation configuration file.

Further imports of po files will be done by the OpenStack Proposal bot.

Change-Id: I679c3da7aca1911f21ddc8551a352afdbf3a4f78
2014-07-04 16:40:02 +02:00