mirror of
git://git.proxmox.com/git/proxmox-i18n.git
synced 2024-12-22 21: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
|
||||
|
||||
use strict;
|
||||
use Time::Local;
|
||||
use PVE::Tools;
|
||||
use Data::Dumper;
|
||||
use Locale::PO;
|
||||
use Getopt::Std;
|
||||
use warnings;
|
||||
|
||||
use Encode;
|
||||
use Getopt::Std;
|
||||
use Locale::PO;
|
||||
use Time::Local;
|
||||
|
||||
use PVE::Tools;
|
||||
|
||||
my $options = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user