Skip to content

Commit b180986

Browse files
committed
Re-add localization
1 parent a81882c commit b180986

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
@@ -678,6 +678,7 @@ functionName = "Function name: '%{name}'"
678678
argIsExpression = "Argument is an expression"
679679
argIsValue = "Argument is a value: '%{value}'"
680680
unknownArgType = "Unknown argument type '%{kind}'"
681+
unexpectedLambda = "Lambda expressions cannot be used as function arguments directly. Use the lambda() function to create a lambda expression."
681682

682683
[parser]
683684
parsingStatement = "Parsing statement: %{statement}"

0 commit comments

Comments
 (0)