Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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