XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Enable warning and error message localization #640

Open lognaturel opened 1 year ago

lognaturel commented 1 year ago

Currently warnings and errors are returned as raw English strings. It would be helpful to have a localization mechanism as requested on the ODK Forum.

I think the big decision point is whether to establish warning/error codes so that external clients can manage localization or to manage localization in pyxform. The latter is probably more widely useful.

lindsay-stevens commented 1 year ago

Related to #581