Results 12 comments of simone

@pyladune The translate function has this signature: ``` elm translate : Language -> TranslationId -> String ``` Curried: ``` elm curriedTranslate : TranslationId -> String curriedTranslate trans = translate currentLanguage...

> Was it just done before they were added? Exactly. I think you can go for a PR if you want. :)