pragmatrix / tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
MIT License
30 stars 2 forks source link

Remove TNT.FSharp for now. #69

Closed pragmatrix closed 4 years ago

pragmatrix commented 4 years ago

I think I've changed my mind, passing a string to a function needs an extra set of braces if only the CSharp t() function is used in F#:

For example:

printfn "%s" "Hello".t

vs

printfn "%s" ("Hello".t())