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
… repo
The reason is that we sure asort() which sorts arrays taking keys into account, if the source file is already sorted correctly, asort has no effect and the data returned is a simple array. If asort() changed the order of the locales, the returned array now has numeric keys. We need to use sort().
… repo
The reason is that we sure asort() which sorts arrays taking keys into account, if the source file is already sorted correctly, asort has no effect and the data returned is a simple array. If asort() changed the order of the locales, the returned array now has numeric keys. We need to use sort().
https://transvision-beta.mozfr.org/api/v1/locales/central/
returns a list with indexed values such as:
While gaia returns a list without indices:
https://transvision-beta.mozfr.org/api/v1/locales/gaia/
This is a bug, we should return the same data structure, the simple one without indices seems more logical to me.
The text was updated successfully, but these errors were encountered: