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

[TASK] Clean up language files #472

Merged
merged 5 commits into from
May 24, 2024

Conversation

rintisch
Copy link
Sponsor Collaborator

@rintisch rintisch commented Apr 7, 2024

  • Every language files has it's clear domain.
  • No unused entries in the files.
  • Some labels which are used in the backend are used from the locallang.xlf but have their own entries which are namespaced with e.g. tx_cart.backend.*.

This PR build on #465. I will rebase it after #465 was merged.

Fixes #471

@rintisch rintisch force-pushed the task/issue-471-cleanup-language-files branch 3 times, most recently from 2c46940 to 8287f5c Compare April 7, 2024 18:39
@rintisch rintisch marked this pull request as ready for review April 7, 2024 18:40
@rintisch rintisch force-pushed the task/issue-471-cleanup-language-files branch from 8287f5c to 605aeca Compare April 7, 2024 18:42
`locallang_db.xlf` contains only labels for TCA
and FlexForms.

Superfluous entries are deleted.

Harmonize spelling of email (always without
hyphen).
Delete not used entries
The backend list view uses its own
entries from `locallang.xlf` which are namespaced.

EXCEPTION: The entries for status of shipping and
payment are still shared. But it's unlikely that
developer might want to change them.
Adapt the message when the module is used on a
page without order items. Furhtermore show a
correct message when the filtered search results
in zero results.

Solves extcode#471
@rintisch rintisch force-pushed the task/issue-471-cleanup-language-files branch from 605aeca to 70c1177 Compare April 19, 2024 06:06
Add missing labels for the buttons which are used
to move between the steps in a multi-step
checkout setup.
@extcode extcode merged commit ad13451 into extcode:main May 24, 2024
8 of 9 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.

[TASK] Clean up language files
2 participants