mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Refreshed the dictionaries.
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.
This commit is contained in:
parent
b8bd362553
commit
cd35fd9b34
5 changed files with 1398 additions and 1295 deletions
|
@ -17,6 +17,10 @@
|
|||
#define L(s) s
|
||||
#endif /* L */
|
||||
|
||||
#ifndef L_CONTEXT
|
||||
#define L_CONTEXT(s, context) s
|
||||
#endif /* L */
|
||||
|
||||
#ifndef _CHB
|
||||
//! macro used to localization, return wxScopedCharBuffer
|
||||
//! With wxConvUTF8 explicitly specify that the source string is already in UTF-8 encoding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue