mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-23 08:39:19 +00:00
fix: don't escape double underscores in text
This commit is contained in:
@@ -152,7 +152,7 @@ public class Locales {
|
|||||||
|
|
||||||
value.append(c);
|
value.append(c);
|
||||||
}
|
}
|
||||||
return value.toString().replace("__", "_\\_");
|
return value.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user