If you're only updating the po file, you don't need to do a clean. I use the following for testing the app bundle:makemake appopen Pd-0.48.0.appYou can also test pd with the app:makecd bin && ./pd && cd -The cd lines will work as long as you close Pd from the GUI and don't quit it on the command line.On Jul 20, 2017, at 8:06 PM, Alexandre Torres Porres <porres@gmail.com> wrote:2017-07-20 14:51 GMT-03:00 Dan Wilcox <danomatika@gmail.com>:Remember, when you make a change to the po file, you have to rebuild the .msg file for it but running make, otherwise you won't see your updates.I'm doing "make clean""make""make app"then trying the new stuff,is that enough?