Mason James
425cb6ec25
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17 lines
531 B
Text
17 lines
531 B
Text
### Configuration settings for all Koha sites
|
|
#
|
|
# This file contains configuration settings that apply
|
|
# to all Koha sites on this server or which apply to
|
|
# the koha-core package itself.
|
|
#
|
|
|
|
## Automatic template translation update
|
|
#
|
|
# This variable controls whether template translations should
|
|
# be updated automatically on koha-core package upgrades.
|
|
# Options: 'yes' (default)
|
|
# 'no'
|
|
# Note: if you choose 'no' then you will have to issue
|
|
# $ koha-translate --update <lang_code>
|
|
#
|
|
AUTOMATIC_TRANSLATIONS_UPDATE="yes"
|