Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Building a web-based system administration interface in Perl

by clinton (Priest)
on Apr 13, 2009 at 19:37 UTC ( [id://757266]=note: print w/replies, xml ) Need Help??


in reply to Building a web-based system administration interface in Perl

As far at the i18n goes, I'd recommend using Locale::Maketext::Extract, which I recommend not because I'm the maintainer, but because it is good! I became the maintainer BECAUSE it is good and I wanted to make it better.

i18n is complex, and Locale::Maketext adds the flexibility to solve issues like (eg) multiple forms of plural, differing word orders etc, while Locale::Maketext::Lexicon and its companion Locale::Maketext::Extract (with xgettext.pl) makes it easy:

  1. for your translators, because everything gets dumped to a .PO file, which they can edit with (eg) poEdit, and
  2. for your programmers, because it'll parse your Perl code, templates and YAML and pull out the latest versions of strings that need translating -> less maintenance

To get an idea of how it all works, read (in order):

Clint

Replies are listed 'Best First'.
Re^2: Building a web-based system administration interface in Perl
by wazoox (Prior) on Apr 15, 2009 at 17:37 UTC
    OK i'll have look at it, thank you!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://757266]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-24 10:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found