mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 01:15:52 +08:00
Added translation marker macro for strings in libslic3r. It's just there to tag strings for poedit to pick up.
This commit is contained in:
parent
d5a0e78c16
commit
10830ec23b
@ -32,6 +32,8 @@ void confess_at(const char *file, int line, const char *func, const char *pat, .
|
|||||||
#define STDMOVE(WHAT) (WHAT)
|
#define STDMOVE(WHAT) (WHAT)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// dummy macro to mark strings for translation for gettext/poedit
|
||||||
|
#define __TRANS(s) s
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
constexpr auto SLIC3R_VERSION = "1.3.0-dev";
|
constexpr auto SLIC3R_VERSION = "1.3.0-dev";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user