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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 'Fix translations missing on admin log' to v0.27 #10259

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions decidim-conferences/config/locales/en.yml
Expand Up @@ -313,6 +313,7 @@ en:
update: "%{user_name} updated the partner %{resource_name} in the %{space_name} conference"
registration_type:
create: "%{user_name} created the %{resource_name} registration type in the %{space_name} conference"
delete: "%{user_name} removed the %{resource_name} registration type from the %{space_name} conference"
publish: "%{user_name} published the %{resource_name} registration type in the %{space_name} conference"
unpublish: "%{user_name} unpublished the %{resource_name} registration type in the %{space_name} conference"
update: "%{user_name} updated the %{resource_name} registration type in the %{space_name} conference"
Expand Down
2 changes: 2 additions & 0 deletions decidim-core/config/locales/en.yml
Expand Up @@ -986,8 +986,10 @@ en:
create_with_space: "%{user_name} created %{resource_name} in %{space_name}"
delete: "%{user_name} deleted %{resource_name}"
delete_with_space: "%{user_name} deleted %{resource_name} in %{space_name}"
publish_with_space: "%{user_name} published %{resource_name} in %{space_name}"
unknown_action: "%{user_name} performed some action on %{resource_name}"
unknown_action_with_space: "%{user_name} performed some action on %{resource_name} in %{space_name}"
unpublish_with_space: "%{user_name} unpublished %{resource_name} from %{space_name}"
update: "%{user_name} updated %{resource_name}"
update_permissions_with_space: "%{user_name} updated the permissions of %{resource_name} in %{space_name}"
update_with_space: "%{user_name} updated %{resource_name} in %{space_name}"
Expand Down