Set default locale to SQK

This commit is contained in:
asonix 2022-11-14 11:05:49 -06:00
parent 05b0d2af3e
commit 27b58f41d2

View file

@ -161,7 +161,7 @@ module Mastodon
if config.i18n.available_locales.include?(custom_default_locale)
custom_default_locale
else
:'en-DOG'
:'en-SQK'
end
end