Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: item tag translations #571

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Item tag translations.

## [2.0.0-milestone.3.13] - 2024-06-16

## [2.0.0-milestone.3.12] - 2024-06-16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,24 @@
"permission.refinedstorage2.build.description": "Whether the player can add or remove network devices.",
"permission.refinedstorage2.security": "Security",
"permission.refinedstorage2.security.description": "Whether the player can manage the security options for a network.",
"tag.item.refinedstorage2.cables": "Cables",
"tag.item.refinedstorage2.constructors": "Constructors",
"tag.item.refinedstorage2.controllers": "Controllers",
"tag.item.refinedstorage2.crafting_grids": "Crafting Grids",
"tag.item.refinedstorage2.creative_controllers": "Creative Controllers",
"tag.item.refinedstorage2.destructors": "Destructors",
"tag.item.refinedstorage2.detectors": "Detectors",
"tag.item.refinedstorage2.exporters": "Exporters",
"tag.item.refinedstorage2.external_storages": "External Storages",
"tag.item.refinedstorage2.fluid_storage_disks": "Fluid Storage Disks",
"tag.item.refinedstorage2.grids": "Grids",
"tag.item.refinedstorage2.importers": "Importers",
"tag.item.refinedstorage2.network_receivers": "Network Receivers",
"tag.item.refinedstorage2.network_transmitters": "Network Transmitters",
"tag.item.refinedstorage2.relays": "Relays",
"tag.item.refinedstorage2.security_managers": "Security Managers",
"tag.item.refinedstorage2.storage_disks": "Storage Disks",
"tag.item.refinedstorage2.wireless_transmitters": "Wireless Transmitters",
"text.autoconfig.refinedstorage2.title": "Refined Storage 2",
"text.autoconfig.refinedstorage2.option.smoothScrolling": "Smooth scrolling",
"text.autoconfig.refinedstorage2.option.screenSize": "Screen size",
Expand Down
Loading