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

This commit is contained in:
Torsten Grote committed 2026-03-26 14:38:56 -03:00
1 parent 91a880a236
commit fa2ef709cf
1 file changed
+2
@@ -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