Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

fix(rename): replace Elk with Mozilla.social - MOSOWEB-98 #85

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

wtfluckey
Copy link

Goal

Anywhere it's visible to the user, replace elk with Mozilla.social. MOSOWEB-98

Implementation Details

  • Per Laurie, I only focused on the English & German translations
  • There are 1154 references to elk in the repo. Most of these are in documentation, config, constants, translations (that aren't supported) and dead components. I was pretty thorough in my chasing down of anything that might be visible to the user, and I think I've covered everything

@wtfluckey wtfluckey requested a review from a team as a code owner November 15, 2023 19:21
@@ -7,7 +7,7 @@ const route = useRoute()
if (process.server && !route.path.startsWith('/settings')) {
useHead({
meta: [
{ property: 'og:url', content: `https://elk.zone${route.path}` },
{ property: 'og:url', content: `https://mozilla.social${route.path}` },
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this makes sharing links better

@@ -52,7 +52,7 @@ function percolateStatus(status) {
addStatus(status)
}

nuxtApp.hook('elk-logo:click', () => {
nuxtApp.hook('moz-logo:click', () => {
Copy link
Author

@wtfluckey wtfluckey Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These elk-logo -> moz-logo changes aren't visible to the user, but it felt like a reasonable change to make for a tiny bit of developer experience improvement

"app_logo": "Elk Logo",
"app_name": "Elk",
"app_logo": "Mozilla Logo",
"app_name": "Mozilla.social",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

German translation - updated app name & logo

@@ -92,7 +92,7 @@
},
"app_desc_short": "Decentralized social media powered by Mastodon",
"app_logo": "Mozilla Logo",
"app_name": "Mozilla Social",
"app_name": "Mozilla.social",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went ahead and updated the English app name to match the Mozilla.social syntax that product decided on

@wtfluckey wtfluckey merged commit 83e8ce4 into main Nov 15, 2023
3 checks passed
@wtfluckey wtfluckey deleted the fix/elk-to-moso branch November 15, 2023 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants