mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04:00
FIX: Missing fallback logic
This commit is contained in:
parent
32b6ccd622
commit
7737ea89b1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'i18n/backend/pluralization'
|
|||
module I18n
|
||||
module Backend
|
||||
class DiscourseI18n < I18n::Backend::Simple
|
||||
include I18n::Backend::Fallbacks
|
||||
include I18n::Backend::Pluralization
|
||||
|
||||
def initialize
|
||||
|
|
Loading…
Add table
Reference in a new issue