commonMain.net.codinux.i18n.datetime.LocalizedDateTimeFormatsLookup.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of k-i18n-data-jvm Show documentation
Show all versions of k-i18n-data-jvm Show documentation
Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project
The newest version!
package net.codinux.i18n.datetime
/**
* Kotlin Poet doesn't support parameterized types with nullable generic types like Triple,
* so i had to create a class that can hold nullable DateOrTimeFormats instances.
*/
class LocalizedDateTimeFormatsLookup(
var date: String? = null,
var time: String?,
var dateTime: String?
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy