nativescript-community / nativescript-community/l
New forms of parameters
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I really like how vue does it,
like this: https://kazupon.github.io/vue-i18n/guide/formatting.html#named-formatting
const messages = {en: { hello: '{msg} world'}}
$t('hello', { msg: 'hello' })
and like this: https://kazupon.github.io/vue-i18n/guide/formatting.html#list-formatting
const messages = {en: { hello: '{0} world'}}
$t('hello', ['hello'])
If there is a PR, will it be accepted or does it not see the improvement?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reviewing the linked Vue i18n named and list formatting examples; done would require an agreed proposal and accepted implementation for both parameter forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100