Skip to content

Commit 9b05728

Browse files
committed
Re-add localization
1 parent fed30d4 commit 9b05728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dsc-lib/locales/en-us.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ functionName = "Function name: '%{name}'"
652652
argIsExpression = "Argument is an expression"
653653
argIsValue = "Argument is a value: '%{value}'"
654654
unknownArgType = "Unknown argument type '%{kind}'"
655+
unexpectedLambda = "Lambda expressions cannot be used as function arguments directly. Use the lambda() function to create a lambda expression."
655656

656657
[parser]
657658
parsingStatement = "Parsing statement: %{statement}"

0 commit comments

Comments
 (0)