* utils/hbmk2/hbmk2.prg
+ better match algrorithm for finding .hbl translation modules
f.e. "es_AR" will fall back to "es", than fall back to
whichever dialect is present. "es" will also be matched
to "es_*" when "es" not present.
! now able to load languages Harbour doesn't even know about
* utils/hbmk2/hbmk2.hbp
* utils/hbmk2/po/hbmk2.el_GR.po -> utils/hbmk2/po/hbmk2.el.po
* utils/hbmk2/po/hbmk2.es_PE.po -> utils/hbmk2/po/hbmk2.es.po
* utils/hbmk2/po/hbmk2.hu_HU.po -> utils/hbmk2/po/hbmk2.hu.po
* utils/hbmk2/po/hbmk2.it_IT.po -> utils/hbmk2/po/hbmk2.it.po
% renamed to use short language code for languages
that are unlikely to have multiple dialects implemented.
We can branch out new dialects anytime as needed.
(I'm still pending on Spanish. Please answer on the
forum whether to have separate es_PE, es_AR and else.)