Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in django.po for productiv systems #472

Closed
cuseeme opened this issue May 15, 2024 · 2 comments
Closed

Change in django.po for productiv systems #472

cuseeme opened this issue May 15, 2024 · 2 comments

Comments

@cuseeme
Copy link
Contributor

cuseeme commented May 15, 2024

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!"

@GDay
Copy link
Member

GDay commented May 15, 2024

You can change this, but with the next deployment the changes would be overwritten.

Could you create a PR instead with the fixes? I will merge them so they will stay correct in new versions.

@cuseeme
Copy link
Contributor Author

cuseeme commented May 15, 2024

I can't make a PR but i have comented this:
5a88f47#r142047320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants