icy-zebra-52882
07/16/2022, 12:05 PMbright-gpu-74537
07/16/2022, 12:05 PMbright-gpu-74537
07/16/2022, 12:05 PMicy-zebra-52882
07/16/2022, 12:07 PMhaxe/ui/locale/LocaleManager
bright-gpu-74537
07/16/2022, 12:07 PMicy-zebra-52882
07/16/2022, 12:09 PMparseResource
in ModuleMacros
that seems to do something with itbright-gpu-74537
07/16/2022, 12:09 PMPlatform.getSystemLocale()
is the call, but i cant actually see it used anywherebright-gpu-74537
07/16/2022, 12:10 PMbright-gpu-74537
07/16/2022, 12:10 PMLocaleManager.instance.language = Platform.getSystemLocale()
icy-zebra-52882
07/16/2022, 12:12 PMicy-zebra-52882
07/16/2022, 12:12 PMicy-zebra-52882
07/16/2022, 12:12 PMicy-zebra-52882
07/16/2022, 12:16 PMhx
for (l in m.locales) {
var localeId = l.id;
if (localeId == null) {
continue;
}
for (r in l.resources) {
if (r != null) {
builder.add(macro
haxe.ui.locale.LocaleManager.instance.parseResource($v{localeId}, $v{r})
);
}
}
}
and scrolling further up it gets m
from _modules
icy-zebra-52882
07/16/2022, 12:16 PMbest-agent-85158
07/16/2022, 12:35 PMbest-agent-85158
07/16/2022, 12:35 PMbest-agent-85158
07/16/2022, 12:35 PMbest-agent-85158
07/16/2022, 12:35 PMbest-agent-85158
07/16/2022, 12:36 PMbright-gpu-74537
07/16/2022, 1:01 PMbright-gpu-74537
07/16/2022, 1:01 PMbright-gpu-74537
07/16/2022, 1:02 PMbest-agent-85158
07/16/2022, 7:00 PMbest-agent-85158
07/16/2022, 7:00 PMbright-gpu-74537
07/16/2022, 9:48 PMbright-gpu-74537
07/16/2022, 9:49 PMicy-zebra-52882
07/17/2022, 3:37 PMicy-zebra-52882
07/17/2022, 3:37 PMicy-zebra-52882
07/17/2022, 3:38 PMbulky-exabyte-6537
07/17/2022, 9:33 PM