Package blue.starry.penicillin.core.i18n

Types

Link copied to clipboard
enum Locale : Enum<Locale>

Indicates current OS locale.

Link copied to clipboard
class LocalizedString(val en: String, val ja: String? = null)

Represents localization strings. Supports Japanese and English.

Properties

Link copied to clipboard
expect val defaultLocale: Locale

Platform-based default Locale.

actual val defaultLocale: Locale
actual val defaultLocale: Locale