Skip to content

Kerenok/perl-gtk3-starter-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl-gtk3-starter

A repository for starting Perl Gtk3 projects.

Resources

Development

Localization

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.

About

🧅🖱️ A template for cross-platform Perl Gtk3 application development

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 95.3%
  • Makefile 4.7%