Commit e015cb72 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Paul Slaughter

I18n externalize strings from calendar_activities.html.haml

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32094
parent 9cd9bd00
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
- elsif event.target - elsif event.target
= link_to event.target.to_reference, [event.project.namespace.becomes(Namespace), event.project, event.target], class: 'has-tooltip', title: event.target_title = link_to event.target.to_reference, [event.project.namespace.becomes(Namespace), event.project, event.target], class: 'has-tooltip', title: event.target_title
at = s_('UserProfile|at')
%strong %strong
- if event.project - if event.project
= link_to_project(event.project) = link_to_project(event.project)
- else - else
= event.resource_parent_name = event.resource_parent_name
- else - else
made a private contribution = s_('UserProfile|made a private contribution')
- else - else
%p %p
= _('No contributions were found') = _('No contributions were found')
---
title: Externalize i18n strings from ./app/views/users/calendar_activities.html.haml
merge_request: 32094
author: Gilang Gumilar
type: changed
...@@ -23604,6 +23604,12 @@ msgstr "" ...@@ -23604,6 +23604,12 @@ msgstr ""
msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice." msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
msgstr "" msgstr ""
msgid "UserProfile|at"
msgstr ""
msgid "UserProfile|made a private contribution"
msgstr ""
msgid "Username (optional)" msgid "Username (optional)"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment