Commit f913f4ee authored by peterhegman's avatar peterhegman

Combine translations into one definition

Change to using the same placeholders in Vue and Ruby
parent 12ea7f38
......@@ -56,8 +56,8 @@ export default {
if (organization && jobTitle) {
return {
message: s__('Profile|%{jobTitle} at %{organization}'),
placeholders: { organization, jobTitle },
message: s__('Profile|%{job_title} at %{organization}'),
placeholders: { job_title: jobTitle, organization },
};
} else if (organization) {
return organization;
......
......@@ -15148,9 +15148,6 @@ msgstr ""
msgid "Profiles|your account"
msgstr ""
msgid "Profile|%{jobTitle} at %{organization}"
msgstr ""
msgid "Profile|%{job_title} at %{organization}"
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