en-US lowercase locale

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-11-12 17:18:06 +01:00
committed by Eric Peterson
parent e4adc768a5
commit e0930f578e
@@ -186,7 +186,7 @@ export class DocsSynchronizer {
) || false;
const tripletPath = `${namespace}/${kind}/${name}`;
const entityTripletPath = `${
legacyPathCasing ? tripletPath : tripletPath.toLocaleLowerCase()
legacyPathCasing ? tripletPath : tripletPath.toLocaleLowerCase('en-US')
}`;
try {
const [sourceMetadata, cachedMetadata] = await Promise.all([