pe_pplog

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
efiabruni
Posts: 69
Joined: Tue 18 Oct 2011, 15:55

pe_pplog

#1 Post by efiabruni »

I have started localization for my version of the pplog. There is now next to the original English a German, Spanish and incomplete Greek localization.

It is possible to add more by simply adding hashes in the configuration file, Such as

Code: Select all

our%locale;

$locale {"EN"} = {

menu => "Main Menu",

...

};

$locale {"DE"} = {

menu => "Hauptmenu",

...

}

Post Reply