Group
Extension

Matches 2

Locale-Simple ( G/GE/GETTY/Locale-Simple-0.019.tar.gz, GETTY, 2014; MetaCPAN )
Locale-Simple/lib/Locale/Simple.pm ( view source; MetaCPAN )
js/locale_simple.js"></script>
  <script language="javascript" src="locale/de_DE/LC_MESSAGES/test.json"></script>

  ltd('test');

  l("Hello");
  ln("You have %d message","You have %d messages",4);

hich is wrapped, requires a json file to be
generated out of the po. This can be achieved with po2json which is delivered with
this package. Sadly it only generates the json and doesnt integrate it in

  echo -n "locale_data['test'] = " >data/locale/test.json
  po2json data/locale/test.po >>data/locale/test.json
  echo ";" >>data/locale/test.json

B<WARNING> it could be that the way how to integrat
Locale-Simple ( G/GE/GETTY/Locale-Simple-0.019.tar.gz, GETTY, 2014; MetaCPAN )
Locale-Simple/lib/Locale/Simple/Scraper.pm ( view source; MetaCPAN )
utput eq 'json' ) {
        eval {
            require JSON;
            JSON->import;
            print encode_json( \@found );
        } or do {
            die "You require the module JSON for this

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.