NeonGeckoCom / neon-iris

Interactive Relay for Intelligence Systems
Other
2 stars 2 forks source link

Fix web_client language handling to respect configured input language #32

Closed NeonDaniel closed 7 months ago

NeonDaniel commented 7 months ago

Description

Fixes language handling to use client profile configuration added in #31 This removes self.lang since language is session-specific and adds get_lang to get a per-session language

Issues

Other Notes