jesustorresdev / yakuake-session

A script to create new yakuake sessions from command-line or '.desktop' files. It allows yakuake to be a better replacement of konsole.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add multilingual support

opened this issue · comments

I'm spanish, can you add multilingual names in ServiceMenus?

Just add in konsolehere.desktop:

...
Name=Open Terminal Here
Name[es]=Abrir Terminal aquí
Name[es_ES]=Abrir Terminal aquí
...

In yakuakehere.desktop

...
Name=Open Terminal Here
Name[es]=Abrir Yakuake aquí
Name[es_ES]=Abrir Yakuake aquí
...

With that we'll see "Abrir Yakuake aquí" in any spanish desktop, in english in all rest.

Done. Thank you for suggestion.