extras/source/templates/l10n/ja_ott_normal/meta.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 01ddc139da08d79457dcae810837f3b5233ef9b0 Author: Laurent Balland <laurent.ball...@mailo.fr> AuthorDate: Sun Sep 29 16:01:50 2024 +0200 Commit: Laurent Balland <laurent.ball...@mailo.fr> CommitDate: Sat Oct 12 10:58:38 2024 +0200 tdf#163203 Add title to Japanese normal Writer template The title of this template was missing. So only the name of the file was apearing in Start Center Add also credit and a similar description as simplified Chinese one. Change-Id: Ia32d052ce057d4274cefbebe17ec91b1ddb68fb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174199 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.ball...@mailo.fr> diff --git a/extras/source/templates/l10n/ja_ott_normal/meta.xml b/extras/source/templates/l10n/ja_ott_normal/meta.xml index 23d86cc16906..64cf789e74c6 100644 --- a/extras/source/templates/l10n/ja_ott_normal/meta.xml +++ b/extras/source/templates/l10n/ja_ott_normal/meta.xml @@ -7,7 +7,8 @@ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3"> <office:meta> <dc:language>ja-JP</dc:language> - <dc:title></dc:title> - <dc:description></dc:description> + <dc:title>Japanese normal</dc:title> + <dc:creator>Jun Nogata</dc:creator> + <dc:description>This is a general purpose text document template for the Japanese language.</dc:description> </office:meta> </office:document-meta>