Skip to content

Commit

Permalink
chore: translate remaining provider descriptions (#44)
Browse files Browse the repository at this point in the history
Chew authored Dec 16, 2024
1 parent ac80a7b commit f767377
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/data/providers.ts
Original file line number Diff line number Diff line change
@@ -35,7 +35,10 @@ export const providersData: Providers = {
{
name: 'Arth Hosting',
url: 'https://arthmc.xyz/',
description: "Geyser is installed and configured on all servers by default. You can disable it in the 'Manage Plugins' menu."
description: translate({
id: 'providers.provider.arth_hosting.description',
message: "Geyser is installed and configured on all servers by default. You can disable it in the 'Manage Plugins' menu."
})
},
{
name: 'Aternos',
@@ -427,7 +430,10 @@ export const providersData: Providers = {
{
name: 'MCFORFREE.DE',
url: 'https://mcforfree.de/',
description: 'Create an extra port in the game panel, then change the `port` in the `bedrock` section to the newly created port. To connect on Bedrock edition, use the Java server\'s IP and the port you\'ve created. It may take a few minutes for the port to become active.'
description: translate({
id: 'providers.provider.mcforfree.de.description',
message: 'Create an extra port in the game panel, then change the `port` in the `bedrock` section to the newly created port. To connect on Bedrock edition, use the Java server\'s IP and the port you\'ve created. It may take a few minutes for the port to become active.'
})
},
{
name: 'MCPEhost.ru',
@@ -490,7 +496,10 @@ export const providersData: Providers = {
{
name: 'PaperNodes',
url: 'https://papernodes.com/',
description: 'Enable clone-remote-port (or manually set the Bedrock port to the Java port), and connect with the Java IP and port. Alternatively, you can contact the host to request an additional port or a dedicated IP.'
description: translate({
id: 'providers.provider.papernodes.description',
message: 'Enable clone-remote-port (or manually set the Bedrock port to the Java port), and connect with the Java IP and port. Alternatively, you can contact the host to request an additional port or a dedicated IP.'
})
},
{
name: 'Pebblehost',
@@ -633,7 +642,10 @@ export const providersData: Providers = {
{
name: "Wepwawet",
url: "https://wepwawet.net/",
description: "Add a new port in the Network tab. Use this new port as the bedrock port."
description: translate({
id: 'providers.provider.wepwawet.description',
message: "Add a new port in the Network tab. Use this new port as the bedrock port."
})
},
{
name: 'WinterNode',

0 comments on commit f767377

Please sign in to comment.