privateersclub-wiki/lunaria.config.json

26 lines
461 B
JSON
Raw Normal View History

2024-02-10 14:44:41 +00:00
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "privateersclub/wiki",
"rootDir": "docs"
},
"files": [
{
"location": "**/*.md",
"pattern": "@lang/@path",
"type": "universal"
}
],
"defaultLocale": {
"label": "English",
"lang": "en"
},
"locales": [
{
"label": "Português",
"lang": "pt-br"
}
],
"outDir": ".vitepress/dist/_translations"
}