Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 134 forks source link

Fix build system to properly update translation source files #671

Closed matty0ung closed 1 year ago

matty0ung commented 1 year ago

This is a step towards fixing https://github.com/Brewtarget/brewtarget/issues/670

I'm doing two things here:

Of course this is all the easy bit and actually getting the translations done is a whole other issue, but it's a step in the right direction I hope!

matty0ung commented 1 year ago

There's another fix to come here BTW. Just realised we're only getting the strings from cpp files and not the ui ones. But at least I know why! :smile: