From 0995418289a1b225513272fd6e77f3b03ef48d33 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Tue, 20 Aug 2013 11:11:57 +0200 Subject: [PATCH] [DOC] changelog: more details bzr revid: odo@openerp.com-20130820091157-e5brwlxuhujf8rrd --- doc/changelog.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 1a0bdaf3a78..b67a7660257 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,4 +6,9 @@ Changelog `7.0` ----- -- Support of repository ``i18n_extra`` for additional (and manual) translation files +- Modules may now include an ``i18n_extra`` directory that will be treated like the + default ``i18n`` directory. This is typically useful for manual translation files + that are not managed by Launchpad's translation system. An example is l10n modules + that depend on ``l10n_multilang``. + +