fix(i18n): ICU placeholders are replaced by their translations (#10586)
They were replaced by the original message.
This commit is contained in:
@ -97,7 +97,7 @@ export function sha1(str: string): string {
|
||||
hex += (b >>> 4 & 0x0f).toString(16) + (b & 0x0f).toString(16);
|
||||
}
|
||||
|
||||
return hex;
|
||||
return hex.toLowerCase();
|
||||
}
|
||||
|
||||
function utf8Encode(str: string): string {
|
||||
|
Reference in New Issue
Block a user