mirror of
https://github.com/LucasVbr/game-lib.git
synced 2026-05-13 17:21:51 +00:00
5d8f9303ae
- Added package.json for project dependencies and scripts - Created Playwright configuration for end-to-end testing - Set up Inlang project settings for localization - Defined app types in app.d.ts - Created basic HTML structure in app.html - Implemented server hooks for localization in hooks.server.ts - Added hooks for URL rerouting in hooks.ts - Included favicon asset - Established library index for $lib alias - Developed Vitest example components and tests - Created layout and page components for routing - Implemented demo pages for Paraglide and Playwright - Added global CSS styles for layout - Configured Vite for project build and testing - Included robots.txt for web crawling instructions - Set up TypeScript configuration for the project
13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"modules": [
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
|
],
|
|
"plugin.inlang.messageFormat": {
|
|
"pathPattern": "./messages/{locale}.json"
|
|
},
|
|
"baseLocale": "en",
|
|
"locales": ["en", "es", "fr"]
|
|
}
|