You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is there a way to replace the translating parts of a language in a production environment?
As an example:
under back/locale(de/LC_MESSGES/django.po #: users/emails.py:180 #, python-format msgid "Welcome to %(name)s!" msgstr "Willkomen %(name)s!"
should be changed to: #: users/emails.py:180 #, python-format msgid "Welcome to %(name)s!" msgstr "Willkomen bei %(name)s!"
The text was updated successfully, but these errors were encountered:
Hello,
is there a way to replace the translating parts of a language in a production environment?
As an example:
under back/locale(de/LC_MESSGES/django.po
#: users/emails.py:180 #, python-format msgid "Welcome to %(name)s!" msgstr "Willkomen %(name)s!"
should be changed to:
#: users/emails.py:180 #, python-format msgid "Welcome to %(name)s!" msgstr "Willkomen bei %(name)s!"
The text was updated successfully, but these errors were encountered: