Skip to content

Commit d4995e0

Browse files
committed
docs(i18n-js): Improve configuration example for i18n-js
1 parent 07fd992 commit d4995e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/i18n-js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const i18n = new MyInternationalization(
6969
"//": "Add pluralization placeholders",
7070
"condition": { "keyEndsWith": ["zero", "one", "other"] },
7171
"transformer": {
72-
"addPlaceholder": { "name": "count", "type": ["number", "string"] },
72+
"addPlaceholder": { "name": "count", "type": ["number"] },
7373
"removeLastPart": true
7474
}
7575
},

0 commit comments

Comments
 (0)