mirror of
git://git.proxmox.com/git/proxmox-i18n.git
synced 2024-12-24 01:33:51 +03:00
js generator: improve use statements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
53973d4663
commit
e6fbfe8bff
12
jsgettext.pl
12
jsgettext.pl
@ -1,12 +1,14 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Time::Local;
|
use warnings;
|
||||||
use PVE::Tools;
|
|
||||||
use Data::Dumper;
|
|
||||||
use Locale::PO;
|
|
||||||
use Getopt::Std;
|
|
||||||
use Encode;
|
use Encode;
|
||||||
|
use Getopt::Std;
|
||||||
|
use Locale::PO;
|
||||||
|
use Time::Local;
|
||||||
|
|
||||||
|
use PVE::Tools;
|
||||||
|
|
||||||
my $options = {};
|
my $options = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user