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

Remove heading capitalization #267

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Remove heading capitalization #267

merged 1 commit into from
Oct 12, 2021

Conversation

the-ge
Copy link
Contributor

@the-ge the-ge commented Sep 12, 2021

Many languages don't use title case, so forcing it by CSS makes the headings look weird. In my language, title case prepositions are a definite no-no.
Let every language decide if it'll use capitalization when doing the translation. Or make it upper case - I think that would be gramarly ok, although less flexible.

Questions Answers
Description? PrestaShop 1.7.8.0 beta1
Type? bug fix
BC breaks? Does it break backward compatibility? no
Deprecations? Does it deprecate an existing feature? no
Fixed ticket? Fixes PrestaShop/PrestaShop#25997
How to test? The config form header's capitalization matches the translation's capitalization.

before

after

Many languages don't use title case, so forcing it by CSS makes the headings look weird. Let every language decide if it'll use capitalization when doing the translation.
@the-ge
Copy link
Contributor Author

the-ge commented Sep 12, 2021

I should add that my language does not have title case, period. It only has lower, upper and sentence case. I blame the title case not looking completely off in some cases on the anglicization of all world's languages.

@Progi1984
Copy link
Member

@the-ge Thank you for your contribution. Could you create an issue on PrestaShop repository : https://github.com/PrestaShop/PrestaShop/issues/new/choose ?

@Progi1984 Progi1984 added the waiting for author Status: Waiting for Author Feedback label Sep 16, 2021
@the-ge
Copy link
Contributor Author

the-ge commented Sep 24, 2021

Would PrestaShop/PrestaShop#25997 do?

@NeOMakinG
Copy link

@the-ge I added the ticket to your PR description, it looks relevant to me let's wait for the issue to be approved :)

Copy link

@NeOMakinG NeOMakinG left a comment

Choose a reason for hiding this comment

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

It's a go for me, but the issue needs to be validated!

@NeOMakinG NeOMakinG removed the waiting for author Status: Waiting for Author Feedback label Sep 27, 2021
@Progi1984 Progi1984 added the waiting for QA Status: Waiting for QA feedback label Oct 11, 2021
@Progi1984 Progi1984 added this to the 5.1.0 milestone Oct 11, 2021
@florine2623 florine2623 self-assigned this Oct 11, 2021
@florine2623
Copy link
Contributor

Hello @the-ge ,

Thanks for the PR, LGTM !

@florine2623 florine2623 added QA ✔️ Status: QA-Approved and removed waiting for QA Status: Waiting for QA feedback labels Oct 12, 2021
@matks
Copy link
Contributor

matks commented Oct 12, 2021

Thank you @florine2623 and @the-ge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA ✔️ Status: QA-Approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title case is forced by CSS in the blockreassurance module admin interface
6 participants