Skip to content

Minor editorial changes to the landing page #27

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

Merged
merged 4 commits into from
Dec 15, 2021

Conversation

milancurcic
Copy link
Member

Mostly punctuation, capitalization, rewording a few things to be more concise, and similar.

@awvwgk awvwgk merged commit d7318d4 into fortran-lang:main Dec 15, 2021
@awvwgk
Copy link
Member

awvwgk commented Dec 15, 2021

Just rebuild the locales and it worked like a charm. There is apparently a fuzzy matching against old msgid's which allows to mostly keep the translations correctly in place when updating the po files. All fuzzy matched msgid's will get marked and can be reviewed and updated, all non-matching msgid's are retained and can be reused to by the translator to update the msgtxt entries later. Really like the way gettext works in this.

However, if the po-files are not rebuild the msgid don't match anymore and the translation will be almost completely lost. I wonder whether we can automate this (the po=files have a timestamp, which makes it difficult to discover changes by running the gettext target and just rely on the existence of diffs). Have to think about something better.

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