hi, original english has 

"msgid "Show &Hidden Files and Directories""

Seems this "&" is wrong, right?

2017-07-20 15:35 GMT-03:00 Alexandre Torres Porres <porres@gmail.com>:
well, I hope I successfully made a Pull Request to your branch, let's see how that goes

2017-07-20 15:09 GMT-03:00 Dan Wilcox <danomatika@gmail.com>:
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:

make
make app
open Pd-0.48.0.app

You can also test pd with the app:

make
cd 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?