Would anyone find multi-lingual functionality in freeipdb helpful? Thinking basicly a library that's not much more than a hash of hashes.
e.g.:
config:
$string{'en'}{'Add_Alloc'} = "Add Allocations.";
use:
$string{$config{'lang'}}{$name_of_string}
Hopefully make it easy for people to submit hashes for
different languages.
Any thoughts?
--
Our doubts are traitors,
And make us lose the good that we oft may win,
By fearing to attempt --William Shakespeare
