mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: allows to have custom emoji translation without static file (#9893)
This commit is contained in:
@@ -126,7 +126,7 @@ class Emoji
|
||||
end
|
||||
|
||||
def self.load_translations
|
||||
db["translations"].merge(Plugin::CustomEmoji.translations)
|
||||
db["translations"]
|
||||
end
|
||||
|
||||
def self.base_directory
|
||||
|
||||
Reference in New Issue
Block a user