Update naming consistency and improve JSON module resolution
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
This commit is contained in:
parent
d1fa5a6bc7
commit
45b919a41e
5 changed files with 5 additions and 7 deletions
|
@ -93,9 +93,6 @@ const splitFirst = (text: string, delimiter: string) => {
|
||||||
// for each page from tolgee
|
// for each page from tolgee
|
||||||
for (const tolgeeKey of translations) {
|
for (const tolgeeKey of translations) {
|
||||||
let key = tolgeeKey.keyName;
|
let key = tolgeeKey.keyName;
|
||||||
if (key.startsWith('n')) {
|
|
||||||
key = key.split('_')[1];
|
|
||||||
}
|
|
||||||
|
|
||||||
addonData[key] = {
|
addonData[key] = {
|
||||||
...addonData[tolgeeKey.keyName],
|
...addonData[tolgeeKey.keyName],
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"resolveJsonModule": true
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue