Fix typo in Czech language for blank before percent (#22760)

This commit is contained in:
Adam Jež 2024-11-10 12:30:07 +01:00 committed by GitHub
parent 1f6b0360de
commit d8618b4a25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ export const blankBeforePercent = (
localeOptions: FrontendLocaleData localeOptions: FrontendLocaleData
): string => { ): string => {
switch (localeOptions.language) { switch (localeOptions.language) {
case "cz": case "cs":
case "de": case "de":
case "fi": case "fi":
case "fr": case "fr":