feat(i18n): add localized navigation and news translations

This commit is contained in:
2026-02-12 21:29:15 +01:00
parent 618319dbc2
commit a7895e4dd9
12 changed files with 687 additions and 164 deletions

View File

@@ -49,6 +49,7 @@ export {
listPublishedPageSlugs,
updateNavigationItem,
updatePage,
upsertNavigationItemTranslation,
upsertPageTranslation,
} from "./pages-navigation"
export {
@@ -56,9 +57,13 @@ export {
deletePost,
getPostById,
getPostBySlug,
getPostBySlugForLocale,
listPosts,
listPostsForLocale,
listPostsWithTranslations,
registerPostCrudAuditHook,
updatePost,
upsertPostTranslation,
} from "./posts"
export type { PublicHeaderBanner, PublicHeaderBannerConfig } from "./settings"
export {