Skip to content

Commit 8fc0f4f

Browse files
authored
i18n: support pluralization for format command (#44)
1 parent 5d05ed4 commit 8fc0f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"target files without formatting": "target files without formatting",
4141
"formatted": "formatted",
4242
"no change": "no change",
43-
"{count} formattable files": "{count} formattable files",
44-
"{count} formatted files": "{count} formatted files",
45-
"{count} no change files": "{count} no change files"
43+
"{count} formattable files": "formattable no files | {count} formattable file | {count} formattable files",
44+
"{count} formatted files": "formatted no files | {count} formatted file | {count} formatted files",
45+
"{count} no change files": "no change no files | {count} no change file | {count} no change files"
4646
}

0 commit comments

Comments
 (0)