62832 / MEGACells

ME Greater Accumulation Cells - For when kilobytes just won't do.

Home Page:https://www.curseforge.com/minecraft/mc-mods/mega-cells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[suggest] Make tooltip of Mega Pattern Provider support localization

StarskyXIII opened this issue · comments

Currently, It can't be translated.
image

btw, i noticed en_us.json missing some translate key, such as item from appmek and botania integration.

commented

Seems I missed this one by accident when adding translatable components, I'll sort that one out.

Also, which tooltips do you mean for AppMek and AppBot? There is no en_us.json provided within the mod repo, since translation keys are all data-generated.

In 2.0.0-beta.2, en_us.json still have translate key for AppMek items.

{
  "item.megacells.chemical_storage_cell_16m": "16M MEGA Chemical Storage Cell",
  "item.megacells.chemical_storage_cell_1m": "1M MEGA Chemical Storage Cell",
  "item.megacells.chemical_storage_cell_256m": "256M MEGA Chemical Storage Cell",
  "item.megacells.chemical_storage_cell_4m": "4M MEGA Chemical Storage Cell",
  "item.megacells.chemical_storage_cell_64m": "64M MEGA Chemical Storage Cell",

  "item.megacells.mega_chemical_cell_housing": "MEGA Chemical Cell Housing",
  "item.megacells.mega_fluid_cell_housing": "MEGA Fluid Cell Housing",
  "item.megacells.mega_item_cell_housing": "MEGA Item Cell Housing",
  "item.megacells.mega_mana_cell_housing": "MEGA Mana Cell Housing",
  "item.megacells.portable_chemical_cell_16m": "16M Portable Chemical Cell",
  "item.megacells.portable_chemical_cell_1m": "1M Portable Chemical Cell",
  "item.megacells.portable_chemical_cell_256m": "256M Portable Chemical Cell",
  "item.megacells.portable_chemical_cell_4m": "4M Portable Chemical Cell",
  "item.megacells.portable_chemical_cell_64m": "64M Portable Chemical Cell",

  "item.megacells.radioactive_cell_component": "MEGA Radioactive Storage Component",
  "item.megacells.radioactive_chemical_cell": "MEGA Radioactive Chemical Storage Cell",
}

But in latest vesion, they disapear.

{
  "block.megacells.16m_crafting_storage": "16M MEGA Crafting Storage",
  "block.megacells.1m_crafting_storage": "1M MEGA Crafting Storage",
  "block.megacells.256m_crafting_storage": "256M MEGA Crafting Storage",
  "block.megacells.4m_crafting_storage": "4M MEGA Crafting Storage",
  "block.megacells.64m_crafting_storage": "64M MEGA Crafting Storage",
  "block.megacells.mega_crafting_accelerator": "MEGA Crafting Co-Processing Unit",
  "block.megacells.mega_crafting_monitor": "MEGA Crafting Monitor",
  "block.megacells.mega_crafting_unit": "MEGA Crafting Unit",
  "block.megacells.mega_energy_cell": "Superdense Energy Cell",
  "block.megacells.mega_pattern_provider": "MEGA Pattern Provider",
  "gui.tooltips.megacells.ALot": "A lot.",
  "gui.tooltips.megacells.AcceleratorThreads": "Provides 4 co-processing threads per block.",
  "gui.tooltips.megacells.Compression": "Compression: %s",
  "gui.tooltips.megacells.Contains": "Contains: %s",
  "gui.tooltips.megacells.Disabled": "Disabled",
  "gui.tooltips.megacells.Empty": "Empty",
  "gui.tooltips.megacells.Enabled": "Enabled",
  "gui.tooltips.megacells.FilterChemicalUnsupported": "Filter chemical unsupported!",
  "gui.tooltips.megacells.MismatchedFilter": "Mismatched filter!",
  "gui.tooltips.megacells.NotPartitioned": "Not Partitioned",
  "gui.tooltips.megacells.PartitionedFor": "Partitioned for: %s",
  "gui.tooltips.megacells.Quantity": "Quantity: %s",
  "item.megacells.bulk_cell_component": "MEGA Bulk Storage Component",
  "item.megacells.bulk_item_cell": "MEGA Bulk Item Storage Cell",
  "item.megacells.cable_mega_pattern_provider": "MEGA Pattern Provider",
  "item.megacells.cell_component_16m": "16M MEGA Storage Component",
  "item.megacells.cell_component_1m": "1M MEGA Storage Component",
  "item.megacells.cell_component_256m": "256M MEGA Storage Component",
  "item.megacells.cell_component_4m": "4M MEGA Storage Component",
  "item.megacells.cell_component_64m": "64M MEGA Storage Component",
  "item.megacells.compression_card": "Compression Card",
  "item.megacells.fluid_storage_cell_16m": "16M MEGA Fluid Storage Cell",
  "item.megacells.fluid_storage_cell_1m": "1M MEGA Fluid Storage Cell",
  "item.megacells.fluid_storage_cell_256m": "256M MEGA Fluid Storage Cell",
  "item.megacells.fluid_storage_cell_4m": "4M MEGA Fluid Storage Cell",
  "item.megacells.fluid_storage_cell_64m": "64M MEGA Fluid Storage Cell",
  "item.megacells.greater_energy_card": "Greater Energy Card",
  "item.megacells.item_storage_cell_16m": "16M MEGA Item Storage Cell",
  "item.megacells.item_storage_cell_1m": "1M MEGA Item Storage Cell",
  "item.megacells.item_storage_cell_256m": "256M MEGA Item Storage Cell",
  "item.megacells.item_storage_cell_4m": "4M MEGA Item Storage Cell",
  "item.megacells.item_storage_cell_64m": "64M MEGA Item Storage Cell",
  "item.megacells.mana_storage_cell_16m": "16M MEGA Mana Storage Cell",
  "item.megacells.mana_storage_cell_1m": "1M MEGA Mana Storage Cell",
  "item.megacells.mana_storage_cell_256m": "256M MEGA Mana Storage Cell",
  "item.megacells.mana_storage_cell_4m": "4M MEGA Mana Storage Cell",
  "item.megacells.mana_storage_cell_64m": "64M MEGA Mana Storage Cell",
  "item.megacells.mega_fluid_cell_housing": "MEGA Fluid Cell Housing",
  "item.megacells.mega_item_cell_housing": "MEGA Item Cell Housing",
  "item.megacells.mega_mana_cell_housing": "MEGA Mana Cell Housing",
  "item.megacells.portable_fluid_cell_16m": "16M Portable Fluid Cell",
  "item.megacells.portable_fluid_cell_1m": "1M Portable Fluid Cell",
  "item.megacells.portable_fluid_cell_256m": "256M Portable Fluid Cell",
  "item.megacells.portable_fluid_cell_4m": "4M Portable Fluid Cell",
  "item.megacells.portable_fluid_cell_64m": "64M Portable Fluid Cell",
  "item.megacells.portable_item_cell_16m": "16M Portable Item Cell",
  "item.megacells.portable_item_cell_1m": "1M Portable Item Cell",
  "item.megacells.portable_item_cell_256m": "256M Portable Item Cell",
  "item.megacells.portable_item_cell_4m": "4M Portable Item Cell",
  "item.megacells.portable_item_cell_64m": "64M Portable Item Cell",
  "item.megacells.portable_mana_cell_16m": "16M Portable Mana Cell",
  "item.megacells.portable_mana_cell_1m": "1M Portable Mana Cell",
  "item.megacells.portable_mana_cell_256m": "256M Portable Mana Cell",
  "item.megacells.portable_mana_cell_4m": "4M Portable Mana Cell",
  "item.megacells.portable_mana_cell_64m": "64M Portable Mana Cell",
  "itemGroup.megacells.tab": "MEGA Cells"
}
commented

Are you not comparing a Forge build to a Fabric build by accident? Since AppMek isn't available for Fabric, any builds for MEGA on that loader won't bother including entries for AppMek items.

I'm working on Forge modpack localisation, so I have no chance to touch any Fabric build.
image

commented

Fixed in 2.0.0-beta.8.