Bugix
This commit is contained in:
parent
a97d51b763
commit
dfcb9c5200
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const getMessage = function (l, msg, with2) {
|
|||
message = languages[l][message].replace(/%%/g, '\ue123')
|
||||
} else if (languages[fallbackLocale] && languages['en-US'][message] !== undefined) {
|
||||
message = languages[fallbackLocale][message].replace(/%%/g, '\ue123')
|
||||
}fs
|
||||
}
|
||||
if (with2) {
|
||||
with2.forEach((withItem, i) => {
|
||||
message = message.replace(/%s/, withItem.replace(/%s/g, '\ue124').replace(/\$s/g, '\ue125'))
|
||||
|
|
Loading…
Reference in a new issue