Looks like there’s no need, the node name is translated in old files even without versioning.
Is versioning required for this?
Uhhh forgot to check, I’ll have a look later. Thanks!
This makes sense, but there are a few issues:
- Many translation macros (
IFACE_()
) were removed, so these messages are no longer extracted to the .po files after applying this PR, and they…
No particular reason except consistency, since the other similar messages use this construction, and I didn’t want to change existing messages and make translators update them. But I could do…
I understand the reasoning, but I’d argue that it may not apply to all languages. So far Vietnamese is concerned too, and since it uses a lot of accented characters, only 10 characters can be…
fmt::format()
has now been used multiple times without any issue AFAIK, I believe this issue can be closed.
Hi, thank you for the report.
The FPS issue will be fixed in 4.0.
About the crash when loading old settings, can you open a new bug report and upload the settings file there? Without this we…
@Harley I changed the PR to use your new BLI_STR_UTF8_
macros, except for strings parsed using regex (one TIP_()
and one BKE_reportf()
).