You are viewing a single comment's thread from:
RE: Gridcoin TUI wallet v0.3 for linux
Great to see this TUI growing ! I ajust added a PR with the french translation. Keep it up man.
Great to see this TUI growing ! I ajust added a PR with the french translation. Keep it up man.
Thanks! ^_^
You should encase some texts with
"
instead of'
, because the'
breaks the strings. I mean change this:T_TRANSACTIONS='Carnet d'adresses';
to this:
T_TRANSACTIONS="Carnet d'adresses";
I can't do it now, because I'm not home, but I can merge the requests from my phone :)
Thanks for participating!
It's done ;) Keep up the good work !