object_print3d_utils: replace f-strings by str.format() for I18n
commitfd5afdfe2f67769886eaf50672baca14f3aebf5c
authorCampbell Barton <ideasman42@gmail.com>
Tue, 9 Aug 2022 07:08:43 +0000 (9 17:08 +1000)
committerCampbell Barton <ideasman42@gmail.com>
Tue, 9 Aug 2022 07:08:43 +0000 (9 17:08 +1000)
tree82ac68c2589f0ba95f3045c8d9b2207a29354eee
parentf15ffafd0bb7dbd23e14a14a710536d6458a220c
object_print3d_utils: replace f-strings by str.format() for I18n

Unfortunately, messages cannot be properly extracted from f-strings.
Use `str.format()` method instead.

Ref D15615
object_print3d_utils/export.py
object_print3d_utils/operators.py