Skip to content

Commit

Permalink
docs(i18n-js): Improve configuration example for i18n-js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrault committed Aug 6, 2024
1 parent e112630 commit b58b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/i18n-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const i18n = new MyInternationalization(
"//": "Add pluralization placeholders",
"condition": { "keyEndsWith": ["zero", "one", "other"] },
"transformer": {
"addPlaceholder": { "name": "count", "type": ["number", "string"] },
"addPlaceholder": { "name": "count", "type": ["number"] },
"removeLastPart": true
}
},
Expand Down

0 comments on commit b58b84c

Please sign in to comment.