Bugzilla – Attachment 103404 Details for
Bug 25067
Move PO file manipulation code into gulp tasks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25067: Add missing globs in gulpfile for po:extract
Bug-25067-Add-missing-globs-in-gulpfile-for-poextr.patch (text/plain), 1.36 KB, created by
Bernardo Gonzalez Kriegel
on 2020-04-21 18:51:25 UTC
(
hide
)
Description:
Bug 25067: Add missing globs in gulpfile for po:extract
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-04-21 18:51:25 UTC
Size:
1.36 KB
patch
obsolete
>From 4888136a9166c17b42b25f69c608ee1231a937ab Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 21 Apr 2020 16:59:31 +0200 >Subject: [PATCH] Bug 25067: Add missing globs in gulpfile for po:extract > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > gulpfile.js | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/gulpfile.js b/gulpfile.js >index 3d74e1004f..cd81028897 100644 >--- a/gulpfile.js >+++ b/gulpfile.js >@@ -134,6 +134,8 @@ gulp.task('po:extract:staff-prog', function () { > const globs = [ > 'koha-tmpl/intranet-tmpl/prog/en/**/*.tt', > 'koha-tmpl/intranet-tmpl/prog/en/**/*.inc', >+ 'koha-tmpl/intranet-tmpl/prog/en/xslt/*.xsl', >+ 'koha-tmpl/intranet-tmpl/prog/en/columns.def', > '!koha-tmpl/intranet-tmpl/prog/en/**/*MARC21*', > '!koha-tmpl/intranet-tmpl/prog/en/**/*NORMARC*', > '!koha-tmpl/intranet-tmpl/prog/en/**/*UNIMARC*', >@@ -148,6 +150,7 @@ gulp.task('po:extract:opac-bootstrap', function () { > const globs = [ > 'koha-tmpl/opac-tmpl/bootstrap/en/**/*.tt', > 'koha-tmpl/opac-tmpl/bootstrap/en/**/*.inc', >+ 'koha-tmpl/opac-tmpl/bootstrap/en/xslt/*.xsl', > '!koha-tmpl/opac-tmpl/bootstrap/en/**/*MARC21*', > '!koha-tmpl/opac-tmpl/bootstrap/en/**/*NORMARC*', > '!koha-tmpl/opac-tmpl/bootstrap/en/**/*UNIMARC*', >-- >2.17.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 25067
:
102432
|
103383
|
103403
|
103404
|
103440
|
103557
|
103558
|
103562
|
103563
|
103564
|
103565
|
103566
|
106503
|
106504
|
106505
|
106506
|
106507
|
106807
|
109272
|
109273
|
109274
|
109275
|
109276
|
109277
|
109295
|
109296
|
109297
|
110011
|
110012
|
110013
|
110014
|
110015
|
110016
|
110017
|
110018
|
110019
|
110776
|
111642
|
111643
|
113252
|
113255
|
113258