Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-24Generalization of translate() / translate_utf8() to wxString arguments.bubnikv
2020-02-21GUI::show_error() is now generalized for std::string and const char*bubnikv
Fixed return type of std::string translate_utf8() with context (incorrectly returned wxString, should return std::string). Fixed double translation of BackgroundSlicingProcess::validate() in Plater.
2019-08-28Plurals for number of Undo / Redo actions.bubnikv
2019-08-27Refreshed the dictionaries.bubnikv
Introduced a new localization macro L_CONTEXT(string, context) to define context dependent translations. The only strings - "Top" and "Bottom" were already using context, but until now the context had to be added to the PrusaSlicer.pot file manually, while the context is being generated automatically now.
2019-05-09Fixed localization of 3D scene toolbar tips.bubnikv
2019-01-23I18N: wx 3.0 back-compat for translations with context, fix #1694Vojtech Kral
2018-11-26Removed some obsolete Perl bindings.bubnikv
Removed libslic3r from the default include paths for all modules but libslic3r. Now headers from libslic3r need to be included with an explicit path (libslic3r/libslic3r.h etc) Split the localization macros into I18N.{cpp,h}