Skip to content

Added Turkish translate #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ SET( translations
transtations/Russian.ts
translations/Ukrainian.ts
translations/French.ts
translations/English.ts )
translations/English.ts
translations/Turkish.ts )

SET( files_to_translate ${files_to_translate} ${aqemu_headers} ${aqemu_sources} ${aqemu_ui} )

Expand Down
2 changes: 2 additions & 0 deletions resources/menu_data/aqemu.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ Categories=System;Emulator;

Name=AQEMU
Comment=Virtual machine manager
Name[tr]=AQEMU
Comment[tr]=Sanal makine yöneticisi
Name[ru]=AQEMU
Comment[ru]=Управление виртуальными машинами
Loading