| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -660,7 +660,7 @@ function parseICUBlock(pattern: string): IcuExpression { | |||
| 660 | 660 | ||
| 661 | 661 | const parts = i18nParseTextIntoPartsAndICU(pattern) as string[]; | |
| 662 | 662 | // Looking for (key block)+ sequence. One of the keys has to be "other". | |
| 663 | - for (let pos = 0; pos < parts.length; ) { | ||
| 663 | + for (let pos = 0; pos < parts.length;) { | ||
| 664 | 664 | let key = parts[pos++].trim(); | |
| 665 | 665 | if (icuType === IcuType.plural) { | |
| 666 | 666 | // Key can be "=x", we just want "x" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments