View | Details | Raw Unified | Return to bug 10942
Collapse All | Expand All

(-)a/debian/koha-common.postinst (-2 / +2 lines)
Lines 2-9 Link Here
2
2
3
set -e
3
set -e
4
4
5
# Default to "no"
5
# Default to "yes"
6
AUTOMATIC_TRANSLATIONS_UPDATE="no"
6
AUTOMATIC_TRANSLATIONS_UPDATE="yes"
7
7
8
. /usr/share/debconf/confmodule
8
. /usr/share/debconf/confmodule
9
9
(-)a/debian/templates/koha-common.conf (-4 / +3 lines)
Lines 9-17 Link Here
9
#
9
#
10
# This variable controls whether template translations should
10
# This variable controls whether template translations should
11
# be updated automatically on koha-common package upgrades.
11
# be updated automatically on koha-common package upgrades.
12
# Options: 'yes'
12
# Options: 'yes' (default)
13
#          'no' (default)
13
#          'no'
14
# Note: if you choose 'no' then you will have to issue
14
# Note: if you choose 'no' then you will have to issue
15
#  $ koha-translate --update <lang_code>
15
#  $ koha-translate --update <lang_code>
16
#
16
#
17
#AUTOMATIC_TRANSLATIONS_UPDATE="no"
17
#AUTOMATIC_TRANSLATIONS_UPDATE="yes"
18
- 

Return to bug 10942