Uses of Class
com.lokalized.LocalizedString.Builder
-
Uses of LocalizedString.Builder in com.lokalized
Methods in com.lokalized that return LocalizedString.BuilderModifier and TypeMethodDescriptionLocalizedString.Builder.alternatives(@Nullable List<@NonNull LocalizedString> alternatives) Applies alternative expression-driven translations to this builder.LocalizedString.Builder.commentary(@Nullable String commentary) Applies commentary (usage/translation notes) to this builder.LocalizedString.Builder.placeholderDefinitions(@Nullable Map<@NonNull String, ? extends @NonNull LocalizedString.PlaceholderDefinition> placeholderDefinitions) Applies generated-placeholder definitions to this builder.LocalizedString.Builder.translation(@Nullable String translation) Applies a default translation to this builder.