MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / serialize

Method serialize

The 5zig Mod/src/eu/the5zig/mod/I18n.java:234–236  ·  view source on GitHub ↗
(Locale locale)

Source from the content-addressed store, hash-verified

232 }
233
234 public static String serialize(Locale locale) {
235 return PRE + MID + "_" + locale.toString() + END;
236 }
237
238 private static void extract(Locale locale) {
239 String file = serialize(locale);

Callers 2

getBundleMethod · 0.95
extractMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected