Skip to content

refactor(content): replace em dashes with natural punctuation in website text - #491

Merged
vitormattos merged 1 commit into
LibreSign:mainfrom
MarvelBR:main
Sep 9, 2026
Merged

refactor(content): replace em dashes with natural punctuation in website text#491
vitormattos merged 1 commit into
LibreSign:mainfrom
MarvelBR:main

Conversation

@MarvelBR

@MarvelBR MarvelBR commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR replaces em dashes (-) across the website content with more natural and varied punctuation (colons, semicolons, commas or direct phrasing).

About Us changes

Preview of the About Us page showing the updated text:

  • Replaced the em dash in the mission text with a semicolon (;) before "that is why...".
  • Replaced the em dash in the origin text with a comma (,) before "combining...".

Testing

  1. Built the static assets using npm run build-assets and started the local server.
  2. Verified all modified pages in browser to ensure text renders naturally.

Changes

  • source/_posts/crl-implementation.md: Replaced em dash with a colon.
  • source/about.blade.php: Replaced em dashes with semicolon and comma.
  • source/features.blade.php: Streamlined the sentence structure.
  • source/index.blade.php: Updated section subtitle using a colon and offer description with a comma.
  • source/team.blade.php: Updated intro description using a semicolon and meta description with a comma.
  • lang/en/main.json: Synchronized translation keys and English values to match updated templates.

Comment thread lang/en/main.json

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The content of this folder cannot be changed manually; it is updated automatically by Weblate after a translation is completed.

@MarvelBR MarvelBR Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for letting me know! I've amended the commit to include the Signed-off-by line (DCO) and also reverted the changes to main.json as discussed.

@vitormattos

Copy link
Copy Markdown
Member

Signed-off-by: MarvelBR <erickmg2005@gmail.com>
@vitormattos
vitormattos merged commit e9d141e into LibreSign:main Sep 9, 2026
6 checks passed
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Starting production deploy of site header and footer fragments...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace em dashes in website text

2 participants