Skip to content

Commit 3b08a8e

Browse files
committed
Forgot localization
1 parent 24eeae9 commit 3b08a8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dsc_lib/locales/en-us.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,12 @@ invoked = "sub function"
507507
description = "Returns the system root path"
508508
invoked = "systemRoot function"
509509

510+
[functions.toLower]
511+
description = "Converts the specified string to lower case"
512+
513+
[functions.toUpper]
514+
description = "Converts the specified string to upper case"
515+
510516
[functions.true]
511517
description = "Returns the boolean value true"
512518
invoked = "true function"

0 commit comments

Comments
 (0)