XLSForm / pyxform

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

Warn (info level) when a form has 2 or more languages but no default_language setting #583

Open lindsay-stevens opened 2 years ago

lindsay-stevens commented 2 years ago

It may be useful to inform form designers when their form has more than one language (including the default) and no default_language is set. Collect will use the first language as the default, while Enketo will use browser locale.

This is dependent on #581 and follows on from #157, also see https://github.com/XLSForm/pyxform/pull/571#discussion_r794642103 and https://github.com/XLSForm/pyxform/pull/571#discussion_r794709093.