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
This heuristic would also be kind of expensive (parse file list, search through it for a certain pattern, so we should make sure we don't run it too often.
Another place to fix it at would be on the data side. Symlink in SVN from es -> es-ES? I do fear that if we pick any then we'll run into edge cases where people do not just want "any" flavor of their language :-/
Currently, we have support for over-specifying a locale, e.g.:
will return the same data as
get_regions('fr')
.But we don't support underspecifying a locale, for example:
will return English, because that's the fallback.
The accept-languages spec says we can return anything. I'm guessing
es-ES
would probably be best in that case, butA motivating example of this is SUMO, which has a single
es
locale, instead of the variouses-*
that product_details has.The text was updated successfully, but these errors were encountered: