mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.10.1.1
This commit is contained in:
@@ -185,7 +185,7 @@ public class Xol_fragment_mgr implements GfoInvkAble {
|
||||
, " 'deprecated' : '~{deprecated}'"
|
||||
, " };"
|
||||
, " </script>"
|
||||
, " <script src=\"~{app_root_dir}bin/any/javascript/xowa/wikidata/wikidata.js\" type='text/javascript'></script>"
|
||||
// , " <script src=\"~{app_root_dir}bin/any/javascript/xowa/wikidata/wikidata.js\" type='text/javascript'></script>"
|
||||
)
|
||||
, "languages", "toc", "labels", "aliasesHead", "descriptions", "links", "claims", "json", "language", "wiki", "label", "aliases", "description", "link", "property", "value", "references", "qualifiers"
|
||||
, "comma_separator", "word_separator", "parentheses", "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec", "ago", "novalue", "somevalue"
|
||||
|
||||
@@ -98,7 +98,7 @@ public class Xol_fragment_mgr_tst {
|
||||
, " 'deprecated' : 'deprecated'"
|
||||
, " };"
|
||||
, " </script>"
|
||||
, " <script src=\"file:///mem/xowa/bin/any/javascript/xowa/wikidata/wikidata.js\" type='text/javascript'></script>"
|
||||
// , " <script src=\"file:///mem/xowa/bin/any/javascript/xowa/wikidata/wikidata.js\" type='text/javascript'></script>"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -868,6 +868,7 @@ Regy_add(regy, Id_zu, "zu", "isiZulu");
|
||||
return lang_itm;
|
||||
}
|
||||
public static Xol_lang_itm Get_by_key(byte[] key) {if (regy == null) Regy(); return (Xol_lang_itm)regy.Get_by_bry(key);}
|
||||
public static Xol_lang_itm Get_by_key_or_intl(byte[] key) {return Get_by_key_or_intl(key, 0, key.length);}
|
||||
public static Xol_lang_itm Get_by_key_or_intl(byte[] key, int bgn, int end) {
|
||||
if (regy == null) Regy();
|
||||
Xol_lang_itm rv = (Xol_lang_itm)regy.Get_by_mid(key, bgn, end);
|
||||
|
||||
Reference in New Issue
Block a user