mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): apply i18n prefix to test-runner (#62523)
This commit is contained in:
committed by
GitHub
parent
f6db89fdbc
commit
f5361f4341
@@ -0,0 +1,5 @@
|
||||
const envData = require('../../config/env.json');
|
||||
|
||||
const { clientLocale } = envData;
|
||||
|
||||
exports.pathPrefix = clientLocale === 'english' ? '' : '/' + clientLocale;
|
||||
Reference in New Issue
Block a user