From 3c0343b2b32be388caebc6c62267e6d4cfc41758 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Mon, 13 May 2024 23:45:32 +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 3102f042..64a893e9 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 = 16 +private const val StringsVersion = 17