6
Storing static strings?
(lemmy.sdf.org)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Honestly you probably should think about how to translate them. Python at least rolls its own
.mo
parser so it can support multiple languages in a single process; it's much more difficult in C unless you push it to the clients (which requires pushing the parameterization as well).Non-
.pot
-based internationalization formats are almost always braindead and should be avoided.