Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bin/fill-locales when the key in en is a hash and not in other
The script would fail if the current `en` was a hash but `other` wasn't because we would try to call `dig` on a string. In this case, return `nil` so that we can recursively copy the shape of `en` to `other`
- Loading branch information