setLocale static method
Set the global locale for fuzzy time formatting.
Implementation
static void setLocale(FuzzyLocale locale) {
_current = _getLocale(locale);
}
Set the global locale for fuzzy time formatting.
static void setLocale(FuzzyLocale locale) {
_current = _getLocale(locale);
}