Module:LocalizationData: Difference between revisions
From Eco - English Wiki
[unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
['Housing'] = {'Housing'}, | ['Housing'] = {'Housing'}, | ||
['ID'] = {'ID', 'IDs'}, | ['ID'] = {'ID', 'IDs'}, | ||
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | |||
['Item'] = {'Item', 'Items'}, | ['Item'] = {'Item', 'Items'}, | ||
['Level'] = {'Level'}, | ['Level'] = {'Level'}, | ||
['Object'] = {'Object'}, | |||
['Placement'] = {'Placement'}, | ['Placement'] = {'Placement'}, | ||
['Power'] = {'Power'}, | ['Power'] = {'Power'}, | ||
Line 18: | Line 19: | ||
['Tag'] = {'Tag', 'Tags'}, | ['Tag'] = {'Tag', 'Tags'}, | ||
['Weight'] = {'Weight'}, | ['Weight'] = {'Weight'}, | ||
['World Object'] = {'World Object'}, | |||
['World Object'] = {'World Object'}, | ['World Object'] = {'World Object'}, | ||
} | } | ||
} | } |
Revision as of 23:45, 28 February 2021
return {
msgs = {
['Carried in'] = {'Carried in'},
['Crafting'] = {'Crafting'},
['Description'] = {'Description'},
['Energy Produced'] = {'Energy Produced'},
['Energy Type'] = {'Energy Type'},
['Energy Used'] = {'Energy Used'},
['General'] = {'General'},
['Housing'] = {'Housing'},
['ID'] = {'ID', 'IDs'},
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'},
['Item'] = {'Item', 'Items'},
['Level'] = {'Level'},
['Object'] = {'Object'},
['Placement'] = {'Placement'},
['Power'] = {'Power'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Tag'] = {'Tag', 'Tags'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
}
}