John Coleman
Results
2
comments of
John Coleman
A second parse to replace links add this feature: ``` String tr( String key, { List? args, Map? namedArgs, String? gender, }) { late String res; if (gender != null)...
I used Kotlin with the Java interop and it works fine but can get messy with the exception handling code.