Skip to content

Commit

Permalink
Add Italian translations by marcotech81
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytm committed Sep 2, 2023
1 parent 0efec9c commit e9a2ddf
Show file tree
Hide file tree
Showing 8 changed files with 682 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added
- Added feature flag for teleportations at `general.features.teleportation`
- Added player tracking requests [#102](https://github.com/Sytm/waypoints/issues/102)
- Added Italian translations provided by marcotech81

### Fixed
- Fixed another incorrect translation mapping
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ tracked player.
- Players must show themselves to others in order to track a player (if enabled)
- The player that gets tracked receives a notification who started tracking him (if enabled)

## Languages
The plugin is shipping translations for the following languages:
- English
- German
- Italian (by marcotech81)
- Simplified Chinese (partial, by SnowCutieOwO)
- Brazilian Portuguese (partial, by gaugt980131gg2)

And if your language is not there, the plugin is fully translatable

## Other notable features

- Open the GUI by sneaking and right-clicking with a compass (by default)
Expand All @@ -67,7 +77,6 @@ tracked player.
- Customizable teleport prices and price increases the more the player teleports (With Vault support)
- Direction indicators customizable
- Items in GUI fully customizable
- Fully translatable
- SQLite data storage

## Integrations
Expand Down
2 changes: 1 addition & 1 deletion waypoints/src/main/resources/lang/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pointers:
hologram:
# Set the text of the floating hologram here.
# name: Name of the waypoint
# createdAt: Date at which the waypoint was created
# created_at: Date at which the waypoint was created
# world: World where the waypoint is located at
# x, y, z: Coordinates of the waypoint
# block_x, block_y, block_z: Coordinates of the block nearest to the waypoint
Expand Down
2 changes: 1 addition & 1 deletion waypoints/src/main/resources/lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pointers:
hologram:
# Set the text of the floating hologram here.
# name: Name of the waypoint
# createdAt: Date at which the waypoint was created
# created_at: Date at which the waypoint was created
# world: World where the waypoint is located at
# x, y, z: Coordinates of the waypoint
# block_x, block_y, block_z: Coordinates of the block nearest to the waypoint
Expand Down
Loading

0 comments on commit e9a2ddf

Please sign in to comment.