Function rustc_errors::fluent_bundle
source · pub fn fluent_bundle(
user_provided_sysroot: Option<PathBuf>,
sysroot_candidates: Vec<PathBuf, Global>,
requested_locale: Option<LanguageIdentifier>,
additional_ftl_path: Option<&Path>,
with_directionality_markers: bool
) -> Result<Option<Rc<IntoDynSyncSend<FluentBundle<FluentResource, IntlLangMemoizer>>, Global>>, TranslationBundleError>
Expand description
Returns Fluent bundle with the user’s locale resources from
$sysroot/share/locale/$requested_locale/*.ftl
.
If -Z additional-ftl-path
was provided, load that resource and add it to the bundle
(overriding any conflicting messages).