personnel-locale 0.1.0

Simple wrapper for fluent crate.
Documentation

personnel-locale

Simple wrapper for fluent-rs.

Examples

use personnel::Locale;

let locale = Locale::new(include_str!("../test.ftl")).unwrap();

println!(locale.get_message("hello-world", None::<String>, &[]).unwrap());