diff --git a/babelfish.lua b/babelfish.lua index 20022c68..423fbe9e 100644 --- a/babelfish.lua +++ b/babelfish.lua @@ -416,8 +416,6 @@ local function BuildLocaleList(fileList) end local function getJsonFormattedString(s) - s = string.gsub(s, "<", "\\f<\\f") - s = string.gsub(s, ">", "\\f>\\f") return s end