wpferguson

Results 397 comments of wpferguson

I just tested on my windows "test"system and managed to recreate the crash Do you know Lua? If not, do you want to learn :-D The problem is most likely...

> Remove any spaces in start or end of strings, the layout must not be done in strings. I see for example "of " and some other cases. The problem...

Does this match what you translated? ![script_manager](https://github.com/darktable-org/lua-scripts/assets/1634891/47215bf0-2582-4919-ab35-7169c65caa2c) ![script_manager2](https://github.com/darktable-org/lua-scripts/assets/1634891/99de3c76-5aa2-49b3-8fde-cd3707d214a6) ![copypaste](https://github.com/darktable-org/lua-scripts/assets/1634891/400f0bfc-7acb-4a07-bb3a-908d2e7729fa)

I think the next step should be to clean up what we have, before we start adding new things. * remove bindtextdomain statements * change gettext.dgettext to gettext.gettext * change...

@TurboGit how do want to proceed on this? Do you want me to push what I have to your branch do you want to look at #455 and see if...

@TurboGit I think this is how we should proceed on this: * I'll add bindtextdomain back into #455 and merge it so we'll have better strings but it will still...

If I put bindtextdomain back, then the current translations we have will still work, minus the strings I changed. When we start 4.9, I'll bump the API then remove the...

@TurboGit are we ready to start on this again?

> as in vacation :) I hope you have a great time! > I'm very motivated to see this project integrated in 5.0 I am too. Once this is done...

@TurboGit when we stopped I think we were close, but we were too close to release to drop the additional strings on the translators. This is how I think we...