diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-27 15:35:42 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-09 11:37:03 +0200 |
commit | 41d743310d7388cded40872364c9fc44082c7d6e (patch) | |
tree | 65a35b5942dd34df9d3c4185e86d1d16bfa4ab33 /oox/AllLangMoTarget_oox.mk | |
parent | a9de047403ccc2fa4f3b924c5e22a273c4081174 (diff) |
tdf#126030 Translate automatic chart title in OOXML charts
Add l10n support to oox module to achieve this
Change-Id: I7bece62bdf5ef0f0d1ef424074f16cef94649d77
Reviewed-on: https://gerrit.libreoffice.org/74819
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'oox/AllLangMoTarget_oox.mk')
-rw-r--r-- | oox/AllLangMoTarget_oox.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/oox/AllLangMoTarget_oox.mk b/oox/AllLangMoTarget_oox.mk new file mode 100644 index 000000000000..c2a733faf7bd --- /dev/null +++ b/oox/AllLangMoTarget_oox.mk @@ -0,0 +1,14 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_AllLangMoTarget_AllLangMoTarget,oox)) + +$(eval $(call gb_AllLangMoTarget_set_polocation,oox,oox)) + +# vim: set noet sw=4 ts=4:
\ No newline at end of file |