Template talk:Gramps translations

From Gramps
Revision as of 06:13, 30 July 2020 by Sten (talk | contribs)

Good day,

Say me please:

1. en_AU English (Australian)

it's real language in Gramps?

I not see it in /po/ dirs.

Can I delete this language from list?

2. I can't run this:

  1. check localisation percentage

for file in *.po; do echo -n "${file} "; ./check_po -s ${file} | grep "Localized at"; done

But nice work this:

  1. check localisation percentage

for file in *.po; do echo -n "${file} "; python3 ./check_po -s ${file} | grep "Localized at"; done

or change "python" to "python3" in first row of check_po.

What must be?

And file 'check_po' must be have name 'check_po' or 'check_po.py'?