devela 0.26.0

A development layer of coherence.
Documentation
// devela::hum::i18n
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_LANG_HUM_I18N!()] // public
#![doc = crate::_doc!(modules: crate::lang::hum; i18n)]
#![doc = crate::_doc!(flat:"lang")]
#![doc = crate::_doc!(hr)]
//! Utilities for translating and adapting software to different languages and regions.
//

// mod data; // registries, tables, normative datasets
// mod locale; // locale matching & fallback
// mod msg; // message selection languages
// mod tag; // language tags
// mod select; // selection logic (plural, gender, variants, fallback)

crate::structural_mods! { // _mods, _reexports
    _mods {
    }
    _reexports {
    }
}