GUI localization hardcoded
Adaptivity opened this issue ยท 1 comments
List of class files which contain hardcoded localization:
- GuiPlanter.java
- GuiHarvester.java
- GuiChronotyper.java
- GuiEjector.java
- GuiItemRouter.java
- GuiUnifier.java
- GuiAutoSpawner.java
- GuiAutoDisenchanter.java
- GuiEnchantmentRouter.java
- GuiAutoAnvil.java
- GuiBlockSmasher.java
- GuiAutoBrewer.java
- GuiMobRouter.java
- GuiSteamBoiler.java
- GuiDeepStorageUnit.java (button.setText(_dsu.isActive() ? "Unlock" : "Lock");) (?)
- GuiLaserDrill.java (Energy)
- DetCord Tooltip
- Tooltips: Idle, Work, Efficiency, Buffer in Machine GUIs are hardcoded also.
Also, @skyboy can you change render of this tooltip to something like "Stored: 0"? So, the number will be on one line with Stored word.