Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes a small number of clear issues with the Irish-language text in the COVID tracker app. No one, including myself, has ever launched an app without some typos, and the Irish used in the app is quite good (and we all need a proofreader), so I'm not trying to be pedantic. However, there are excellent Irish-language resources out there that can prevent these issues and Irish speakers deserve the same consistent professional quality as is evident throughout the rest of the app.
Here are a few illustrative examples of the proposed changes:
Inappropriate language domain
'Dífhostú' is used in relation to dismissal from employment. 'Ruaig' (get rid of, hide) is the correct term in this context.
Incorrect terminology
The correct term, as per The National Terminology Database for Irish, is "Rianú Teagmhálaithe".
Grammatical errors
Proper noun-adjective agreement calls for the plural form 'Randamacha' here.
Typos
'Nios' here is missing a síneadh fada ('níos'). 'Fadtéarmach(a)' is the correct spelling for long-term.
I have committed these changes to
assets/lang/ga.json
. Thelang
directory contains another fileie.json
but this appears to be redundant; it is not imported byservices/i18n/common.tsx
in any case.Go raibh maith agaibh!