Jorin G.
Results
1
comments of
Jorin G.
I'll put the relevant code here. ```var res = try hxd.Res.load("lang/"+CUR+".po") catch(_) { CUR = "en"; hxd.Res.load("lang/"+CUR+".po"); } ```