[db] Deprecate usage of localization cache for name and summary

This commit is contained in:
Torsten Grote
2026-03-18 12:03:41 -03:00
parent 91a880a236
commit fa2ef709cf

View File

@@ -255,9 +255,11 @@ internal constructor(
return map.ifEmpty { null }
}
@Deprecated("Use metadata.name.getBestLocale(localeList) instead.")
public override val name: String?
get() = metadata.localizedName
@Deprecated("Use metadata.summary.getBestLocale(localeList) instead.")
public override val summary: String?
get() = metadata.localizedSummary