mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Completed translation to Ukrainian.
* Signs of degree are returned to UTF-8 in PrintConfig. * Changed _LU8 macro. It's translated now like string explicitly specified as a string is already in UTF-8 encoding.
This commit is contained in:
parent
c6ff5ccbf4
commit
f5ae470e5e
10 changed files with 2926 additions and 440 deletions
|
@ -25,6 +25,11 @@ class TabIface;
|
|||
|
||||
//! macro used to localization, return wxString
|
||||
#define _L(s) wxGetTranslation(s)
|
||||
|
||||
//! macro used to localization of ConfigOptionDef's std::strings
|
||||
//! Explicitly specify that the source string is already in UTF-8 encoding
|
||||
#define _LU8(s) wxGetTranslation(wxString(s.c_str(), wxConvUTF8))
|
||||
|
||||
//! macro used to mark string used at localization,
|
||||
//! return same string
|
||||
#define _LS(s) s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue