|
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 |
- |
|
|