diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-09-07 09:24:10 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-09-07 15:07:37 +0200 |
commit | 12ea42f942dfdcc3aebf108e9190b2c5a8454313 (patch) | |
tree | ea8bd4d003cc16e7957e54b07db86c9c589ba1dc /help3xsl/online_transform.xsl | |
parent | bc645c22ce028ce5b690621e153db29cd20373ba (diff) |
Helponline: add support for japanese in UI
* add japanese
* correct Chinese
Change-Id: I1d3b8929b44de75f0dca805c5d0cab319842ed64
Reviewed-on: https://gerrit.libreoffice.org/42053
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index d6c9a509f9..c8be6611a8 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -208,8 +208,8 @@ <li><a href="{$productversion}/ug{$htmlpage}">ئۇيغۇرچە</a></li> <li><a href="{$productversion}/uk{$htmlpage}">Українська</a></li> <li><a href="{$productversion}/vi{$htmlpage}">Tiếng Việt</a></li> - <li><a href="{$productversion}/zh-CN{$htmlpage}">中文</a></li> - <li><a href="{$productversion}/zh-TW{$htmlpage}">中文(台灣)</a></li> + <li><a href="{$productversion}/zh-CN{$htmlpage}">中文 (简体字)</a></li> + <li><a href="{$productversion}/zh-TW{$htmlpage}">中文 (正體字)</a></li> </ul> </xsl:if> </header> |