|
Lines 23-36
our $DYNAMIC_FILTERS = {
Link Here
|
| 23 |
# There are two ways to fix this: |
23 |
# There are two ways to fix this: |
| 24 |
# 1. Change the order of arguments in Koha::Template::Plugin::I18N and |
24 |
# 1. Change the order of arguments in Koha::Template::Plugin::I18N and |
| 25 |
# change the -k options in xgettext-tt2 (the msgid must be first), or |
25 |
# change the -k options in xgettext-tt2 (the msgid must be first), or |
| 26 |
# 2. Usesdf different keywords, and add them as -k options in xgettext-tt2 |
26 |
# 2. Uses different keywords, and add them as -k options in xgettext-tt2 |
| 27 |
}; |
27 |
}; |
| 28 |
|
28 |
|
| 29 |
=head1 METHODS |
29 |
=head1 METHODS |
| 30 |
|
30 |
|
| 31 |
=head2 fetch |
31 |
=head2 fetch |
| 32 |
|
32 |
|
| 33 |
Instanticate or return a ref to the filter subroutines |
33 |
Instantiate or return a ref to the filter subroutines |
| 34 |
|
34 |
|
| 35 |
=cut |
35 |
=cut |
| 36 |
|
36 |
|
| 37 |
- |
|
|