fix: don't escape double underscores in text

feat/data-edit-commands
William 11 months ago
parent b0e585841c
commit 5456b232f0
No known key found for this signature in database

@ -152,7 +152,7 @@ public class Locales {
value.append(c); value.append(c);
} }
return value.toString().replace("__", "_\\_"); return value.toString();
} }
/** /**

Loading…
Cancel
Save