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

Add missing events locales #9199

Merged
merged 5 commits into from
May 13, 2022
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-comments/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ en:
models:
decidim/comments/comment_by_followed_user_event: Comment
decidim/comments/comment_created_event: Comment
decidim/comments/comment_upvoted_event: Comment upvoted
decidim/comments/reply_created_event: Comment reply
decidim/comments/user_group_mentioned_event: Mention
decidim/comments/user_mentioned_event: Mention
Expand Down
5 changes: 5 additions & 0 deletions decidim-core/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,17 @@ en:
decidim/demoted_membership: No longer a group admin
decidim/gamification/badge_earned_event: Badge earned
decidim/gamification/level_up_event: You've leveled up
decidim/invited_to_group_event: Invited to group
decidim/join_request_accepted_event: Join request accepted
decidim/join_request_rejected_event: Join request rejected
decidim/profile_updated_event: Profile updated
decidim/promote_to_admin: Promoted to group admin
decidim/promoted_to_admin_event: Promoted to group admin
decidim/removed_from_group: Removed from group
decidim/resource_endorsed_event: Resource endorsed
decidim/resource_hidden_event: Resource hidden
decidim/user_group_created_event: User group created
decidim/welcome_notification_event: Welcome message
activerecord:
attributes:
decidim/user:
Expand Down