ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Module:Localization/data: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
(Created page with "return { words = { ['Tag'] = 'Tag' }, phrases = {} }")
 
No edit summary
Line 1: Line 1:
return {
return {
   words = {
   msgs = {
     ['Tag'] = 'Tag'
    ['Crafting'] = {'Crafting'},
  },
    ['Description'] = {'Description'},
   phrases = {}
    ['Energy Produced'] = {'Energy Produced'},
    ['Energy Type'] = {'Energy Type'},
    ['Energy Used'] = {'Energy Used'},
    ['Housing'] = {'Housing'},
    ['ID'] = {'ID', 'IDs'},
    ['Item'] = {'Item', 'Items'},
    ['Level'] = {'Level'},
    ['Placement'] = {'Placement'},
    ['Power'] = {'Power'},
    ['Room Material'] = {'Room Material', 'Room Materials'},
     ['Tag'] = {'Tag', 'Tags'},
    ['World Object'] = {'World Object'},
   }
}
}

Revision as of 13:16, 28 February 2021

Documentation for this module may be created at Module:Localization/data/doc

return {
  msgs = {
    ['Crafting'] = {'Crafting'},
    ['Description'] = {'Description'},
    ['Energy Produced'] = {'Energy Produced'},
    ['Energy Type'] = {'Energy Type'},
    ['Energy Used'] = {'Energy Used'},
    ['Housing'] = {'Housing'},
    ['ID'] = {'ID', 'IDs'},
    ['Item'] = {'Item', 'Items'},
    ['Level'] = {'Level'},
    ['Placement'] = {'Placement'},
    ['Power'] = {'Power'},
    ['Room Material'] = {'Room Material', 'Room Materials'},
    ['Tag'] = {'Tag', 'Tags'},
    ['World Object'] = {'World Object'},
  }  
}