Search Results

0
votes

Python v. Perl

Perl is fine if you use it regularly (e.g. at work). If you don't, it's just too hard to remember the syntax, there's a fair amount of magic characters in it to make the code unreadable if you don …
1
vote

Easiest way to generate localization files

I've just done this for a project I'm working on, for us the process is like this: First, I have a POTFILES.in file which contains a list of source files needing translation. We actually h …