Skip to content

Commit

Permalink
libreoffice: improve language pack descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Feb 8, 2023
1 parent ce6d51a commit b8c54cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/libreoffice/template
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ _add_lang() {
local pkglang="${3:-$1}"
_languages="$_languages ${pkglang//_/-}"
eval "libreoffice-i18n-${1}_package() {
short_desc+=\"- ${2} language pack\"
short_desc+=\" - ${2} language pack\"
pkg_install() {
_split lang_${pkglang}
}
Expand Down Expand Up @@ -376,7 +376,7 @@ _add_lang uz "Uzbek"
_add_lang ve "Venda"
_add_lang vi "Vietnamese"
_add_lang xh "Xhosa"
_add_lang zh-CN "Simplified Chinese (Peoples Republic of China)" zh_CN
_add_lang zh-CN "Simplified Chinese (People's Republic of China)" zh_CN
_add_lang zh-TW "Traditional Chinese (Taiwan)" zh_TW
_add_lang zu "Zulu"

Expand Down

0 comments on commit b8c54cf

Please sign in to comment.