1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Convert 'lang - variants'

This commit is contained in:
gnosygnu
2016-12-26 12:48:31 -05:00
parent dad76714d5
commit ac9e79bfa0
9 changed files with 15 additions and 153 deletions

View File

@@ -40,6 +40,7 @@ public class Xol_vnt_mgr implements Gfo_invk {
return rv;
}
public void Cur_itm_(byte[] v) {
if (Bry_.Len_eq_0(v)) return; // Cfg is empty by default
this.cur_itm = regy.Get_by(v); if (cur_itm == null) throw Err_.new_("lang.vnt", "vnt not found", "key", v);
}
public void Init_end() {