A repository for starting Perl Gtk3 projects.
You can test localization by running:
$ make -C po install; ( export LANG="fr_FR.UTF-8"; perl ./bin/app.pl ); make -C po clean
This will install the locale files into the project's share directory, run the application using a French locale, and clean up afterwards.