diff options
author | Graeme Porteous <graeme@rgbp.co.uk> | 2019-09-05 12:03:19 +0100 |
---|---|---|
committer | Graeme Porteous <graeme@rgbp.co.uk> | 2019-09-05 12:11:19 +0100 |
commit | a761d28b6253c8794d6b904aaf30c9580f0d878e (patch) | |
tree | a9a8c2193a819dd9bd39ca031b26e1de1de9c2d7 /bin/site-specific-install.sh | |
parent | 2b8e2e59e63bd5a44070300c507546444296bafc (diff) |
Add Swedish locale instead of Norwegian
Fixes test suite failures in new Vagrant environments.
See also: #2487
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r-- | bin/site-specific-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index f0b78302f..922e14538 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -31,7 +31,7 @@ misuse() { [ -z "$INSTALL_POSTFIX" ] && misuse INSTALL_POSTFIX add_locale cy_GB -add_locale nb_NO +add_locale sv_SE add_locale de_CH if [ $INSTALL_POSTFIX = true ]; then |