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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalise title casing #2447

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Normalise title casing #2447

merged 2 commits into from
Oct 9, 2024

Conversation

NVolcz
Copy link
Contributor

@NVolcz NVolcz commented Sep 10, 2024

I noticed that the title casing wasn't consistent and I normalised it to sentence casing since it seemed to be the most used style. Could also normalise to title case if that's preferred.

Copy link
Owner

@jhaals jhaals left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! I agree that some of these should be changed, added some suggestions

website/public/locales/en.json Outdated Show resolved Hide resolved
"optionOneWeekLabel": "One Week"
"optionOneHourLabel": "One hour",
"optionOneDayLabel": "One day",
"optionOneWeekLabel": "One week"
},
"features": {
Copy link
Owner

Choose a reason for hiding this comment

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

It might be cleaner to keep title casing on the feature titles.

Copy link
Contributor Author

@NVolcz NVolcz Sep 18, 2024

Choose a reason for hiding this comment

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

Title casing on the features and sentence casing everywhere else? It looks weird when casings are mixed. Like when a codebase doesn't follow a consistent style.

@jhaals
Copy link
Owner

jhaals commented Oct 9, 2024

I agree, let's go with this 👍

@jhaals jhaals merged commit 8bfe07b into jhaals:master Oct 9, 2024
10 of 12 checks passed
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.

2 participants