Returns the enum type of the raw locale. Fallbacks to base locale.
static AppLocale parse(String rawLocale) { return _selectLocale(rawLocale) ?? _baseLocale; }