Bugzilla – Attachment 172227 Details for
Bug 38035
"sound" listed as an installed language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38035: Exclude "sound" from the list of installed languages
Bug-38035-Exclude-sound-from-the-list-of-installed.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2024-09-30 14:51:11 UTC
(
hide
)
Description:
Bug 38035: Exclude "sound" from the list of installed languages
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-30 14:51:11 UTC
Size:
1.06 KB
patch
obsolete
>From accba0935687e0877227de224e59aac6da3b5800 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 30 Sep 2024 16:46:38 +0200 >Subject: [PATCH] Bug 38035: Exclude "sound" from the list of installed > languages > >Not sure how this is coming from, neither why we have not noticed that >before, but "sound" is listed under `koha-translate --list` > >It's coming from `ls koha-tmpl/intranet-tmpl/prog` >--- > debian/scripts/koha-translate | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-translate b/debian/scripts/koha-translate >index b9a8ec835d1..c06bffc8246 100755 >--- a/debian/scripts/koha-translate >+++ b/debian/scripts/koha-translate >@@ -86,7 +86,7 @@ print_installed() > ( ls -1 $KOHA_HOME/$OPAC_TMPL/bootstrap/ ; \ > ls -1 $KOHA_HOME/$OPAC_TMPL/prog/ 2> /dev/null ) | \ > sort | uniq | \ >- grep -v -e images -e itemtypeimg -x -e en -e css -e js -e less -e lib >+ grep -v -e images -e itemtypeimg -x -e en -e css -e js -e less -e lib -e sound > } > > install_lang() >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38035
:
172226
|
172227
|
172228