Closed 7h3Rabbit closed 5 months ago
Today when running webperf-core you can specify language to use by using -L <lang-code> or --language <lang-code> for current run.
-L <lang-code>
--language <lang-code>
In this PR we make it possible to specify it in settings.json and have it persistent between runs:
settings.json
{ "general": { "language": "sv" } }
You can also use the longer form for use during current run: python default.py --setting general.language=sv -i sites.json
python default.py --setting general.language=sv -i sites.json
Today when running webperf-core you can specify language to use by using
-L <lang-code>
or--language <lang-code>
for current run.In this PR we make it possible to specify it in
settings.json
and have it persistent between runs:You can also use the longer form for use during current run:
python default.py --setting general.language=sv -i sites.json