Playground

Play around with the ICU Message Format and the T18S Compiler. Getting a feel of what kind of code you are shipping is always a good idea, so go write some absurdly complex messages and see what happens.

Hello {fullName}

T18S Compiler Output

(args) => `Hello ${args.fullName}`