en-US lowercase locale
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
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([
|
||||
|
||||
Reference in New Issue
Block a user