Adopting f-strings for Improved String Formatting and Localization Support

I think that since version 2.0.8.1 was the last release supporting Python 3.6 and 3.7, we should start using f-string instead of % to format strings. At least after doing so, translators can adjust the position order of string variables according to the localized word order expression habits.

This in the TODO list, here.

2 Likes