[kdenlive] Lokalize app with the new repo?

Yuri Chornoivan yurchor at ukr.net
Fri Aug 28 17:17:31 UTC 2015


28 серпня 2015, 16:07:18, від "Yuri Chornoivan" <yurchor at ukr.net>:
 
>  From command line:
> 
> strace kdenlive | grep locale

Oops... Actually, this hould be something like

strace kdenlive 2>&1 | grep locale/<your_locale>/LC_MESSAGES | sort | uniq

Example:

strace kdenlive 2>&1 | grep locale/uk/LC_MESSAGES | sort | uniq

Sorry for my mistake.
 
 


More information about the kdenlive mailing list