mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
FEATURE: English locale with international date formats
Makes en_US the new default locale
This commit is contained in:
@ -4,7 +4,7 @@ module SiteSettings; end
|
||||
|
||||
# A cache for providing default value based on site locale
|
||||
class SiteSettings::DefaultsProvider
|
||||
DEFAULT_LOCALE = 'en'
|
||||
DEFAULT_LOCALE = 'en_US'
|
||||
|
||||
def initialize(site_setting)
|
||||
@site_setting = site_setting
|
||||
|
Reference in New Issue
Block a user