projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21db65
)
locales.pl: Task-Server-Fehlschlags-E-Mail-Template ignorieren
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 23 Jun 2014 11:06:36 +0000
(13:06 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 23 Jun 2014 11:06:36 +0000
(13:06 +0200)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
cd5fe41
..
788c37d
100755
(executable)
--- a/
scripts/locales.pl
+++ b/
scripts/locales.pl
@@
-48,7
+48,7
@@
our $missing = {};
our @lost = ();
my %ignore_unused_templates = (
- map { $_ => 1 } qw(ct/testpage.html generic/autocomplete.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js)
+ map { $_ => 1 } qw(ct/testpage.html generic/autocomplete.html oe/periodic_invoices_email.txt part/testpage.html t/render.html t/render.js
task_server/failure_notification_email.txt
)
);
my (%referenced_html_files, %locale, %htmllocale, %alllocales, %cached, %submit, %jslocale);