mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 13:44:40 +00:00
2fe43a46fc
This was SVN commit r1381.
9 lines
162 B
Perl
Executable File
9 lines
162 B
Perl
Executable File
use strict;
|
|
use warnings;
|
|
|
|
our %config;
|
|
|
|
$config{data_path} = "../../../binaries/data/tools/i18n";
|
|
|
|
$config{strings_filename} = "$config{data_path}/strings.txt";
|