v21.1 Translation

This thread pertains to v21.1 of Pokémon Essentials.

voyager

Rookie
Member
Joined
Sep 14, 2023
Posts
1
Age
20
I know that translation should be the last thing to do, but I wanted to check first if it works.
The event is when the player gets an item and puts it in the bag.
I extracted the english file and translate the script, compiled and changed language. Anyway, "You found ......" is translated, but "You Put the .... in your bag's pocket" is still in english. What's the problem? I translated only the second line as indicated.
 

Swdfm

Game Developer
Member
Joined
Sep 3, 2018
Posts
12
Age
26
It may be to do with the difference between the core language files and the game language files. If you have modified either message, it will show up in the game folder, otherwise it will be in the core folder.
Ensure the lines are translated in both the core and game folders, and that they are both compiled
 
Top