Skip to content

Commit

Permalink
Remove unintended quotes (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikmor authored Feb 21, 2024
1 parent 6461e08 commit 9b923ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paper/dev/api/component-api/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ joining to know with 100% certainty what language the client that joined is usin

### ResourceBundle
```properties title="src/main/resources/your/plugin/Bundle_en_US.properties"
some.translation.key="Translated Message: {0}"
some.translation.key=Translated Message: {0}
```

```java
Expand Down

0 comments on commit 9b923ef

Please sign in to comment.