mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:04:11 +08:00
FIX: allows to have custom emoji translation without static file (#9893)
This commit is contained in:
@ -3,6 +3,8 @@ __buildOptions = require("pretty-text/pretty-text").buildOptions;
|
||||
__performEmojiUnescape = require("pretty-text/emoji").performEmojiUnescape;
|
||||
__buildReplacementsList = require("pretty-text/emoji").buildReplacementsList;
|
||||
__performEmojiEscape = require("pretty-text/emoji").performEmojiEscape;
|
||||
__resetTranslationTree = require("pretty-text/engines/discourse-markdown/emoji")
|
||||
.resetTranslationTree;
|
||||
|
||||
I18n = {
|
||||
t(a, b) {
|
||||
|
Reference in New Issue
Block a user