I am trying to change language to "Norwegian Bokmal" or "Persian" in user/edit_current but I get this error:
2021-04-23 10:47:46,078 DEBUG middleware.log :: PUT /api/user/1 400 3.6 ms (0 DB calls) {:errors {:locale "value may be nil, or if non-nil, String must be a valid two-letter ISO language or language-country code e.g. en or en_US."}}
No other languages has this problem
Using Mysql: Ver 8.0.22-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu))
This is the request that has been sent:
This is the hash of commit I compiled 64e70c91a7295fe96117f034500547c74763f6e0 , This is in master branch
I tried to debug it but nothig worked out yet