You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in #362, distance has to be formatted correctly, in accordance with locale:
3.6 -> 3.6 in EN
-> 3,6 in DE
Distance is formatted in format_distance_* functions of util.py. Should make them requested locale-aware (as requested by language of narrative instructions)
The text was updated successfully, but these errors were encountered:
As explained in #362, distance has to be formatted correctly, in accordance with locale:
3.6 -> 3.6 in EN
-> 3,6 in DE
Distance is formatted in
format_distance_*
functions of util.py. Should make them requested locale-aware (as requested by language of narrative instructions)The text was updated successfully, but these errors were encountered: