mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 15:49:54 +00:00
chore: generate
This commit is contained in:
parent
0c380f31ac
commit
60e23fee16
1 changed files with 5 additions and 1 deletions
|
|
@ -233,7 +233,11 @@ function ResolvedDraftRoute(props: { draft: DraftTab }) {
|
|||
|
||||
function UiI18nBridge(props: ParentProps) {
|
||||
const language = useLanguage()
|
||||
return <I18nProvider value={{ locale: language.intl, t: language.t, plural: language.plural }}>{props.children}</I18nProvider>
|
||||
return (
|
||||
<I18nProvider value={{ locale: language.intl, t: language.t, plural: language.plural }}>
|
||||
{props.children}
|
||||
</I18nProvider>
|
||||
)
|
||||
}
|
||||
|
||||
function LayoutCompatibility(props: ParentProps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue