mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fix of #3366
Fixed crash due to incorrect localization of the percent sign in "The %1% infill pattern is not supposed to work at 100%% density." This happens for ES, FR, IT, UK and ZH_TW localizations. Also added a new CMake target "gettext_po_to_mo" to convert all po files to mo files, and renamed the "pot" target to "gettext_make_pot".
This commit is contained in:
Binary file not shown.
@@ -7013,7 +7013,7 @@ msgstr "Texture"
|
||||
|
||||
#: src/slic3r/GUI/ConfigManipulation.cpp:200
|
||||
msgid "The %1% infill pattern is not supposed to work at 100%% density."
|
||||
msgstr "Le modèle de remplissage %1% n'est pas censé fonctionner avec une densité de 100%."
|
||||
msgstr "Le modèle de remplissage %1% n'est pas censé fonctionner avec une densité de 100%%."
|
||||
|
||||
#: src/slic3r/GUI/FirmwareDialog.cpp:530
|
||||
#, c-format
|
||||
|
||||
Reference in New Issue
Block a user