mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: English locale with international date formats
Makes en_US the new default locale
This commit is contained in:
@@ -8,7 +8,7 @@ module DiscourseNarrativeBot
|
||||
|
||||
def self.generate(user)
|
||||
quote, author =
|
||||
if user.effective_locale != 'en'
|
||||
if !user.effective_locale.start_with?('en')
|
||||
translation_key = "discourse_narrative_bot.quote.#{rand(1..10)}"
|
||||
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user