Module:LocalizationData: Difference between revisions
From Eco - English Wiki
[unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
['ID'] = {'ID', 'IDs'}, | ['ID'] = {'ID', 'IDs'}, | ||
['Item'] = {'Item', 'Items'}, | ['Item'] = {'Item', 'Items'}, | ||
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | |||
['Level'] = {'Level'}, | ['Level'] = {'Level'}, | ||
['Placement'] = {'Placement'}, | ['Placement'] = {'Placement'}, |
Revision as of 21:17, 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'] = {'Item', 'Items'},
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'},
['Level'] = {'Level'},
['Placement'] = {'Placement'},
['Power'] = {'Power'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Tag'] = {'Tag', 'Tags'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
}
}