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

Currently GlotPress gives unwanted error messages for missing uppercase at the start of the sentence. #1806

Open
psmits1567 opened this issue Mar 7, 2024 · 0 comments
Labels
[Type] Enhancement A suggestion for improvement.

Comments

@psmits1567
Copy link

At his moment GlotPress warns you if the casing differs from the original. Normally that is OK, but it some cases that is not wanted behavior, as this record will be saved with a warning. Only a PTE or GTE can save it, so that translation becomes active. However in due time this record will be set to "fuzzy" as it does not follow the original.
To prevent this from happening, I would like to propose the following.
Create a table per locale which can be populated by the GTE.
Check this table before throwing an error.
Or
Give the GTE/PTE the possibility to set a boolean to mark this record as not to be checked
Example
days are written with lowercase
Monday - maandag should not give a warning
Thuesday - dinsdag should not give a warning
Date formats that differ from standard so not starting with "J" but with "m" in lowercase

@psmits1567 psmits1567 added the [Type] Enhancement A suggestion for improvement. label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

1 participant