Packages

Translations as code - Gleam i18n inspired by Paraglide

Current section

Files

Jump to
dachshund include dachshund@strategy_UrlPattern.hrl
Raw

include/dachshund@strategy_UrlPattern.hrl

-record(url_pattern, {
locales :: list(dachshund@locale:locale()),
base_locale :: dachshund@locale:locale(),
prefix :: binary()
}).