UNPKG

@fluent/langneg

Version:

Language Negotiation API for Fluent

12 lines (11 loc) 361 B
/* * @module fluent-langneg * @overview * * `fluent-langneg` provides language negotiation API that fits into * Project Fluent localization composition and fallbacking strategy. * */ export { negotiateLanguages, } from "./negotiate_languages.js"; export { acceptedLanguages } from "./accepted_languages.js"; export { filterMatches } from "./matches.js";