Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/javascript/src/lib/OWLanguageLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function checkTranslations(content: string): void {

// Find translations that are not in client side actions
const phrase = getPhraseFromPosition(line, parenthesisBeforeAtIndex - 1)
const acceptedPhrases = ["Create HUD Text", "Create In-World Text", "Create Progress Bar HUD Text", "Create Progress Bar In-World Text", "Set Objective Description", "Big Message", "Small Message"]
const acceptedPhrases = ["Create HUD Text", "Create In-World Text", "Create Progress Bar HUD Text", "Create Progress Bar In-World Text", "Set Objective Description", "Big Message", "Small Message", "Array"]

if (phrase?.text.includes("include")) continue

Expand Down
Loading