mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"upload": {
|
|
"folder": "server/locales",
|
|
"files": "en.json",
|
|
"type": "json"
|
|
},
|
|
|
|
"download": {
|
|
"folder": "server/locales",
|
|
"files": "${lang}.json",
|
|
"metadataFileJs": "metadata.mjs"
|
|
}
|
|
}
|