nomadbsd / NomadBSD

Livesystem based on FreeBSD
http://nomadbsd.org
BSD 2-Clause "Simplified" License
340 stars 41 forks source link

Add Turkish Translations --> lbi-gui.pro #116

Closed MertGunduz closed 1 year ago

MertGunduz commented 1 year ago

Hello Marcel,

I am started to working on the translations.

Can you check if there are any problems with the file, thanks!

Let me know :-)

mrclksr commented 1 year ago

Hi Mehmet,

excellent. The .ts file looks good, as far as I can tell :-). What's missing is the addition of locale/lbi-gui_tr.ts to the white space separated list TRANSLATIONS in lbi-gui.pro. Please note that I made lbi-gui a sub module (https://github.com/nomadbsd/lbi-gui). I can apply your changes manually there for now, so that's not a problem.

MertGunduz commented 1 year ago

Hello Marcel,

Thanks for the information and quick response! :-)

SOURCES     = lbi-gui
TRANSLATIONS    = locale/lbi-gui_de.ts \
                  locale/lbi-gui_tr.ts

Should it be like this?

mrclksr commented 1 year ago

Perfect!

MertGunduz commented 1 year ago

Thanks! Added :-)

mrclksr commented 1 year ago

Thank you :-)