-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
[FIX] hr_employee_firstname: translate name order config value #1385
base: 16.0
Are you sure you want to change the base?
[FIX] hr_employee_firstname: translate name order config value #1385
Conversation
Hi @luisg123v, @Savoir-faire Linux, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing commit description.
@@ -4,8 +4,10 @@ | |||
# | |||
msgid "" | |||
msgstr "" | |||
"Project-Id-Version: Odoo Server 16.0\n" | |||
"Project-Id-Version: Odoo Server 16.0+e\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid these changes because they will be reverted by the bot anyway.
I'd suggest modifying just the Python code or in fault modifying also the .pot
file but only terms related to your change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't weblate override it anyway and do a msgmerge with the new translations from the .po ? I needed the translations now but yes I can remove theses changes if needed
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.