Bug 35031 - Improve translations of strings in serial collection template
Summary: Improve translations of strings in serial collection template
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-11 15:21 UTC by Owen Leonard
Modified: 2023-10-12 14:12 UTC (History)
1 user (show)

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 Owen Leonard 2023-10-11 15:21:25 UTC
I propose to add internationalization functions to several strings in serials-collection.tt in order to make the translation process easier. This change would improve parts of po file like this:

#: koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt:268
#: koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt:43
#, c-format
msgid "%s %sSpring%s %s %sSummer%s %s %sFall%s %s %sWinter%s %s %sSpr%s %s %sSum%s %s %sFal%s %s %sWin%s %s %s %s "
msgstr "%s %sPrintemps%s %s %sÉté%s %s %sAutomne%s %s %sHiver%s %s %sPrtps%s %s %sÉté%s %s %sAut%s %s %sHiv%s %s %s %s"
Comment 1 Owen Leonard 2023-10-12 14:12:01 UTC
This may actually be a duplicate of Bug 20511...