Replies: 1 comment 9 replies
|
https://docs.lubelogger.com/Advanced/API#locale-invariant-formatting Can also be configured in the Server Settings Configurator
|
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I've been trying to vibecode a simple Android app that would scan the QR code we have on all the receipts and based on it save the fueling data to Lubelogger.
During this i realized, that the API is sensitive to the set regional formats. E.g. is expects dates and numbers in same format as the locale set in the app.
I am finding this behavior quite odd, especially since there is no way to query the expected format via the API (as far as i can tell).
Are there any plans to change this, and have the API locale independent? I know this change would be rather a pain in the ass, but it might have with developing external tools.
All reactions