poedit-oss-snap:master

Last commit made on 2024-05-10
Get this branch:
git clone -b master https://git.launchpad.net/poedit-oss-snap

Branch merges

Branch information

Name:
master
Repository:
lp:poedit-oss-snap

Recent commits

37cbea6... by Václav Slavík

Merge branch '3.4'

6d98a1b... by Václav Slavík

Increase version to 3.4.4, update NEWS

5fbf372... by Václav Slavík

Revert to 32bit GNU gettext 0.22.3 on Windows

The dependency was accidentally bumped to a version that switched to
64bit binaries built against UCRT. This is incompatible with Poedit 3.4
compatibility with 32bit Windows 7.

This partially reverts commit 512418fac73bf8db345eada56626e677a6852b4c.

c92e54e... by Václav Slavík

msbuild: Don't copy gettext binaries if they didn't change

008b579... by Václav Slavík

msbuild: remove no longer used CopyTranslations_WXMSW

wx-3.2 removed MSW-specific translation files.

cecf6c4... by Václav Slavík

Merge branch '3.4'

f714b63... by Václav Slavík

Increase version to 3.4.3, update NEWS

eb08c69... by Václav Slavík

Update translations from Crowdin

49e9da5... by Václav Slavík

Don't use untranslated entries in sideloading

Don't show empty string when mistakenly choosing untranslated file as a reference.

305e676... by Václav Slavík

Revert CatalogItem::GetTranslation() optimization

Partially reverts 1ed2ac37.

Don't specialize GetTranslation() (i.e. n=0) to return a reference. It
doesn't have measurable effect after the other optimizations and it
causes crashes in code that implicitly assumes that GetTranslation() is
safe to call e.g. on non-translation files too (see e.g. 6b893be6).

It's just not worth the risk.