diff --git a/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt b/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt index 1ed3e679..1162b6e7 100644 --- a/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt +++ b/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt @@ -16,4 +16,4 @@ expect fun String.format(vararg args: Any): String @Suppress("UnusedPrivateProperty") // This is a trick to be sure that KSP re-generates the strings when there's no code updates -private const val StringsVersion = 5 +private const val StringsVersion = 6