chore: automated housekeeping...
This commit is contained in:
parent
c9ce29f206
commit
40e894df8b
294 changed files with 14209 additions and 4192 deletions
|
@ -49,7 +49,7 @@ class TranslationPart {
|
|||
}
|
||||
for (const translationsKey in translations) {
|
||||
const v = translations[translationsKey]
|
||||
if(Array.isArray(v) && context .endsWith("keywords")){
|
||||
if (Array.isArray(v) && context.endsWith("keywords")) {
|
||||
continue
|
||||
}
|
||||
if (typeof v != "string") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue