Skip to content

Commit

Permalink
chore: further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Dec 23, 2023
1 parent 9bfceb4 commit 63e11db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 269 deletions.
245 changes: 0 additions & 245 deletions .inlang/plugin.inlang.messageFormat/messages.json

This file was deleted.

4 changes: 3 additions & 1 deletion interface/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ export default function Navigation() {
}

useLayoutEffect(() => {
handleSelector()
requestAnimationFrame(() => {
handleSelector()
})
}, [pageContext])

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-snake-case-id@latest/dist/index.js"
],
"plugin.inlang.messageFormat": {
"filePath": "./lang/messages.json",
"pathPattern": "./lang/messages/{languageTag}.json"
"filePath": "./messages.json",
"pathPattern": "./messages/{languageTag}.json"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .vite",
"build:og": "node ./build/generateOpengraph.js",
"build:sitemap": "node ./build/generateSitemap.js",
"compile": "paraglide-js compile --project ./project.inlang --outdir ./lang/paraglide",
"compile": "paraglide-js compile --project ./lang/project.inlang --outdir ./lang/paraglide",
"--- Not in use, but nenpcessary to include ---": "",
"build": "npm run compile && npm run build:og && npm run build:sitemap && vite build"
},
Expand Down
20 changes: 0 additions & 20 deletions project.inlang.README.md

This file was deleted.

1 comment on commit 63e11db

@vercel
Copy link

@vercel vercel bot commented on 63e11db Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.