Good-enough localization? Lassi Kortela 14 Aug 2020 16:35 UTC

Can we agree on something like this for the next draft?

(let ((localize (foreign-status-ref st 'localize-message)))
   (or (and localize
            (or (localize "de-DE")
                (localize "en-GB")
                (localize "en-US")))
       (foreign-status-ref st 'message)))

I agree to withdraw my proposal for a 'message lambda taking a variable
number of arguments. 'localize-message should always be either #f or a
lambda. The lambda should always take exactly one argument, no more no
less. BCP 47 string.