lib/locale.t: Use hash keys instead of many arrays
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Aug 2013 18:14:43 +0000 (12:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 31 Aug 2013 19:58:32 +0000 (13:58 -0600)
commitfb844330953fe750e0626311f7bf113c564edc66
tree7a2af103d36e4eae195e5502c49e7b53b6817ae9
parentdfcc804525398e799365efafc7ea837e1e662ae4
lib/locale.t: Use hash keys instead of many arrays

This implementation detail allows easier handling of things as a whole.
We could save code by adding evals, but I'm trying to not add the added
complexity of evals to the tests here.
lib/locale.t