Locale::Wolowitz;
# ABSTRACT: Dead simple localization with JSON.
use warnings;
use strict;
use utf8;
use Carp;
use JSON::MaybeXS qw/JSON/;
our $VERSION = "1.004001";
$VERSION = eval $VERSION;
=e
ing utf-8
=head1 NAME
Locale::Wolowitz - Dead simple localization with JSON.
=head1 SYNOPSIS
# in ./i18n/locales.coll.json
{
"Welcome!": {
"he": "ברוכים הבאים!",
"es": "Bienve
select the interface's language. Also, I grew to hate the standard .po
files, and thought using a JSON format might be more comfortable.
Locale::Wolowitz allows you to provide different languages to