Description of problem: In the inaturalistweb Crowdin project, the Finnish translation of “Observations” is correctly “Havainnot”. However, on the Finnish live site, the string is incorrectly “Havaintoa” in the navigation tabs (screenshot) and some other places.
I first brought this up in Crowdin but @kueda suggested to report the issue here.
Title should be “Havainnot” and the green box should be “havaintoa”. Current translation is made for the green box.
I guess there are also other similar cases - Finnish is so different from english and related languages :) To be on the safe side, all the different places / contexts where a word is used, it should be on Crowdin as an independent string. (But that would increase translation work for all those languages that do not need this, I guess?)
I think a string for “observations” used as standalone and one for combination with numbers should fix this issue.
There’s already another string for “Observations” that is used only as standalone: https://crowdin.com/translate/inaturalistweb/38/en-fi#18172
So I suggest the title and tab use this string, instead of the current one and this should fix it. But that needs to be changed in the website code. While the other string should be explicitly described as being used with numbers; perhaps it should be given a variable with the number, too.
Here is an example of what I mean about having a separately translatable string for each case / context where a word is used. To have a “perfect” translation, Finnish would need at least these translations for “observation”:
Currently the translation goes around most of these kinds of issues in different ways. For example:
User A added comment to an observation by user B.
is translated as:
Comment to user A from user B (observation)
…so it only uses nominative singular forms. Somewhat clumsy, but it works.
(As a side note, since translating software to Finnish is often difficult, resulting in clumsy translations, significant number of Finns tend to use English versions of apps. I don’t have objective numbers about this though.)