Hybris95 / UEX-Trader

Simple Python GUI to interact with UEX-Corp for Buying/Selling goods
MIT License
5 stars 0 forks source link

[Feature] Simplify get_translation calls #114

Open Hybris95 opened 2 days ago

Hybris95 commented 2 days ago

Simplify calls to self.translation_manager.get_translation by removing the current lang Make sure it is directly loaded by get_translation function

This will reduce the difficulty to read the code due to long lines happening currently