Bug 10942: Provide a way for package upgrades to update template translations
[koha.git] / debian / koha-common.default
1 ## General koha-common default options
2
3 PERL5LIB="/usr/share/koha/lib"
4
5 ## Automatic template translation update
6 #
7 # This variable controls whether template translations should
8 # be updated automatically on koha-common package upgrades.
9 # Options: 'yes'
10 #          'no'  (default)
11 # Note: if you choose 'no' then you will have to issue
12 #  $ koha-translate --update <lang_code>
13 #
14 #AUTOMATIC_TRANSLATIONS_UPDATE="no"
15
16 ## End of general koha-common default options