[java-client]Add example for "string interpolations" into sample application
Open
Nobody has claimed this yet.
area/java-client
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Add samples of using this method with actual args in the sample app. This is so that users will know the indexed format (eg. “My name is {0}.” is the format we are using but there is not sample in the sample app)
Contributor guide
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
Locate the Java sample application and inspect its existing localization examples to find where the string-formatting method is demonstrated. Add a sample using actual arguments and the indexed {0} format, then verify that the sample clearly shows users how to use interpolated strings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- localization
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100