Files
Kalulu/sources/ui/TrItemList.gd
T
2024-07-11 11:58:24 +02:00

7 lines
134 B
GDScript

extends ItemList
class_name TrItemLisst
func _ready():
for i in self.item_count:
self.set_item_text(i, tr(self.get_item_text(i)))