Skip to content

Commit 0cc9bb6

Browse files
committed
Change default lang format to v1
1 parent d5ed623 commit 0cc9bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/extract_strings.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sub main {
1818
my $elffile;
1919
my $count;
2020
my $po;
21-
my $format = "v2";
21+
my $format = "v1";
2222

2323
$ENV{CROSS} ||= "";
2424
GetOptions("update" => \$update, "language=s" => \$lang, "fs=s" => \$fs,

0 commit comments

Comments
 (0)