privateersclub-wiki/lunaria.config.json

56 lines
1.2 KiB
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",
2024-06-02 23:05:54 +00:00
"branch": "master",
"hosting": "github"
2024-02-10 14:44:41 +00:00
},
"files": [
{
2024-06-02 07:35:09 +00:00
"location": "docs/**/*.md",
"pattern": "docs/@lang/@path",
2024-02-10 14:44:41 +00:00
"type": "universal"
}
],
"defaultLocale": {
"label": "English",
"lang": "en"
},
"locales": [
{
"label": "Português",
2024-06-02 07:35:09 +00:00
"lang": "br"
2024-08-01 15:30:59 +00:00
},
{
"label": "Español",
"lang": "es"
},
{
"lang": "ro",
"label": "România"
2024-02-10 14:44:41 +00:00
}
],
2024-06-02 22:59:30 +00:00
"outDir": "docs/.vitepress/dist/_translations",
"dashboard": {
"customCss": [
"./lunaria/styles.css"
],
2024-06-02 22:59:30 +00:00
"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"
}
},
2024-06-06 20:56:26 +00:00
"ignoreKeywords": [
"lunaria-ignore",
"typo",
"en-only",
"broken link",
"i18nReady",
"i18nIgnore"
],
2024-06-02 22:59:30 +00:00
"renderer": "./lunaria/renderer.config.ts"
2024-02-10 14:44:41 +00:00
}