Merge branch 'master' into feat/xl-vask-e2e
This commit is contained in:
@@ -7,8 +7,11 @@ const strict = argv.includes("--strict");
|
|||||||
const failures = [];
|
const failures = [];
|
||||||
const warnings = [];
|
const warnings = [];
|
||||||
const root = process.cwd();
|
const root = process.cwd();
|
||||||
const metadataRoot = join(root, "fastlane/metadata/da-DK");
|
// App Store Connect uses the bare `da` locale code for Danish (not `da-DK`).
|
||||||
const screenshotRoot = join(root, "fastlane/screenshots/da-DK");
|
// Keep these paths in sync with fastlane/metadata/<locale>/ and
|
||||||
|
// fastlane/screenshots/<locale>/ after any locale rename.
|
||||||
|
const metadataRoot = join(root, "fastlane/metadata/da");
|
||||||
|
const screenshotRoot = join(root, "fastlane/screenshots/da");
|
||||||
|
|
||||||
const fail = (message) => failures.push(message);
|
const fail = (message) => failures.push(message);
|
||||||
const warn = (message) => warnings.push(message);
|
const warn = (message) => warnings.push(message);
|
||||||
|
|||||||
Reference in New Issue
Block a user