Bug 39608 - fix translation
Summary: fix translation
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: translate.koha-community.org (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-11 06:32 UTC by Igor A. Sychev
Modified: 2025-06-04 03:01 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor A. Sychev 2025-04-11 06:32:29 UTC
The dot should be placed outside the brackets.
... "Calculate and charge".

circulation.pref#CalculateFinesOnReturn# <br /><strong>NOTE:</strong> This system preference requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=FinesMode">FinesMode</a> to be set to "Calculate and charge."
Comment 1 Owen Leonard 2025-04-15 12:44:41 UTC
'...to be set to "Calculate and charge."' is correct in American English. Is this causing a problem in the translation process?
Comment 2 Igor A. Sychev 2025-04-28 09:24:02 UTC
It should be like this: 
circulation.pref#CalculateFinesOnReturn# <br /><strong>NOTE:</strong> This system preference requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=FinesMode">FinesMode</a> to be set to "Calculate and charge".

Not like this: ... to "Calculate and charge."
But like this: ... to "Calculate and charge".

Is that the best explanation?
Comment 3 Owen Leonard 2025-04-28 12:45:49 UTC
The title of the bug is "fix translation," so I'm asking whether the template is causing some kind of functional error in the translation process.

If you're arguing that there is a grammatical error...

"Calculate and charge." is correct in American English, which for better or worse is the standard in Koha templates.

"Calculate and charge". is correct in British English, but not in Koha templates.
Comment 4 Igor A. Sychev 2025-06-04 03:01:48 UTC
Thanks for the answer!
I understood.