i18n/strings.g library

Generated file. Do not edit.

Source: lib/i18n To regenerate, run: dart run slang

Locales: 2 Strings: 104 (52 per locale)

Classes

AppLocaleUtils
Provides utility functions without any side effects.
BaseAppLocale<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Similar to flutter locale but available without any flutter dependencies. Subclasses will be enums.
BaseAppLocaleUtils<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Provides utility functions without any side effects.
BaseFlutterLocaleSettings<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Similar to BaseLocaleSettings but actually implements the updateProviderState method.
BaseLocaleSettings<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
BaseTranslationProvider<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
BaseTranslations<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Root translation class of ONE locale Entry point for every translation
FakeAppLocale
FakeTranslations
InheritedLocaleData<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
LocaleSettings
Manages all translation instances and the current locale
PluralResolvers
Default plural resolvers
RichPluralResolvers
Rich plural resolvers
TranslationMetadata<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Metadata instance hold by the root translation class.
TranslationOverridesFlutter
TranslationProvider
Method B: Advanced
Translations
TranslationsEnrollmentStatusZhTw
TranslationsErrorsZhTw
TranslationsGeneralZhTw
TranslationsIntroFeaturesCampusLifeZhTw
TranslationsIntroFeaturesCourseTableZhTw
TranslationsIntroFeaturesScoresZhTw
TranslationsIntroFeaturesZhTw
TranslationsIntroZhTw
TranslationsLoginErrorsZhTw
TranslationsLoginZhTw
TranslationsNavZhTw
TranslationsProfileAvatarZhTw
TranslationsProfileNoticesZhTw
TranslationsProfileOptionsZhTw
TranslationsProfileSectionsZhTw
TranslationsProfileZhTw

Enums

AppLocale
Supported locales.

Extensions

AppLocaleUtilsExt on BaseAppLocaleUtils<E, T>
BuildContextTranslationsExtension on BuildContext
Method B shorthand via BuildContext extension method. Configurable via 'translate_var'.
ExtAppLocale on BaseAppLocale<BaseAppLocale, BaseTranslations>
ExtAppLocaleUtils on BaseAppLocaleUtils<E, T>
ExtBaseLocaleSettings on BaseFlutterLocaleSettings<E, T>
LocaleSettingsExt on BaseLocaleSettings<E, T>

Properties

t Translations
Method A: Simple
no setter

Typedefs

InlineSpanBuilder = InlineSpan Function(String)
PluralResolver = String Function(num n, {String? few, String? many, String? one, String? other, String? two, String? zero})
Selects the correct string depending on n
TranslationsZhTw = Translations