mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 23:46:10 +00:00
3d26549032
This was SVN commit r3802.
9 lines
162 B
Perl
9 lines
162 B
Perl
use strict;
|
|
use warnings;
|
|
|
|
our %config;
|
|
|
|
$config{data_path} = "../../../binaries/data/tools/i18n";
|
|
|
|
$config{strings_filename} = "$config{data_path}/strings.txt";
|