From 7d3ef04fc437d35800c988da896ff4834fd09209 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sun, 2 Jun 2024 08:45:45 +0200 Subject: [PATCH] Bump locale version --- i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 64a893e9..3923da3b 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 = 17 +private const val StringsVersion = 18