mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-23 05:39:48 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
|
|
"repository": {
|
|
"name": "privateersclub/wiki",
|
|
"branch": "master",
|
|
"hosting": "github"
|
|
},
|
|
"files": [
|
|
{
|
|
"location": "docs/**/*.md",
|
|
"pattern": "docs/@lang/@path",
|
|
"type": "universal"
|
|
}
|
|
],
|
|
"defaultLocale": {
|
|
"label": "English",
|
|
"lang": "en"
|
|
},
|
|
"locales": [
|
|
{
|
|
"label": "Português",
|
|
"lang": "br"
|
|
}
|
|
],
|
|
"outDir": "docs/.vitepress/dist/_translations",
|
|
"dashboard": {
|
|
"customCss": [
|
|
"./lunaria/styles.css"
|
|
],
|
|
"ui": {
|
|
"statusByLocale.heading": "Translation progress by locale",
|
|
"statusByLocale.incompleteLocalizationLink": "incomplete translation",
|
|
"statusByLocale.outdatedLocalizationLink": "outdated translation",
|
|
"statusByLocale.completeLocalization": "This translation is complete, amazing job! 🎉",
|
|
"statusByFile.heading": "Translation status by file"
|
|
}
|
|
},
|
|
"ignoreKeywords": [
|
|
"lunaria-ignore",
|
|
"typo",
|
|
"en-only",
|
|
"broken link",
|
|
"i18nReady",
|
|
"i18nIgnore"
|
|
],
|
|
"renderer": "./lunaria/renderer.config.ts"
|
|
}
|