28 серпня 2015, 16:07:18, від "Yuri Chornoivan" <[email protected]>:
 
>  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.
 
 
_______________________________________________
kdenlive mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdenlive

Reply via email to