setLocale static method

void setLocale(
  1. FuzzyLocale locale
)

Set the global locale for fuzzy time formatting.

Implementation

static void setLocale(FuzzyLocale locale) {
  _current = _getLocale(locale);
}