Summary: There does not appear to be translation for digging foundations in the Citizen’s window
Steps to reproduce:
Design or place building
Wait for hearthlings to start digging foundation
Open Citizen’s menu
Expected Results: Current Activity listed is Digging Foundation
Actual Results: Current Activity listed is stonehearth:ai.actions.status_test.dig_foundation
Attachments:
Version Number and Mods in use: Alpha 14, develop 2786, Debug Tools (January 15 update)
System Information: Windows 10 Pro 64 | Intel Core i5-3360M | 16 GB system memory | Nvidia NVS 5400m
3 Likes
Nice Catch but if i remember correct this is include but the state test is not correct- i will Check in the evening when im Home D And like i see in the english version the infos are not in the right line xD
if its set correct is should be like this:
Edit: ok i See i must fix also something Name is not correct must be more right xD
3 Likes
sooo after some editing without any working editor (just manuell testing xD)
here the fixed version xD
looks nice? ^^
so have cheked the original issue:
stonehearth\ai\actions\mining\dig_foundation_action.lua ->
DigFoundation.status_text_key = ‘stonehearth:ai.actions.status_text.dig_foundation’
in the new change mine was renamed to digging foundation …
so there must be this change make undone and added “dig_foundation”: “digging foundation”,
-> just added to the german translation xD
yshan
January 16, 2016, 9:06pm
5
@Wiese2007 yeah the string key for digging foundation is missing. I added it but it isn’t out yet. Also, mining will go back to being mining soon. That was also a bug XD
4 Likes