1 parent 6aa4d79 commit 2867510Copy full SHA for 2867510
1 file changed
core/core-resource/src/commonMain/kotlin/com/velord/core/resource/StringResource.kt
@@ -19,10 +19,7 @@ fun stringResource(
19
resource = resource,
20
formatArgs = formatArgs,
21
)
22
-} ?: format(
23
- template = defaultLocalizationStringRoster[resource.key] ?: resource.key,
24
- formatArgs = formatArgs,
25
-)
+} ?: format(template = defaultLocalizationStringRoster[resource.key] ?: resource.key, formatArgs = formatArgs)
26
27
fun getString(
28
localization: LocalizationState,
0 commit comments