Bug 35531

Summary: Add context for translation of gender option "Other"
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: I18N/L10NAssignee: Katrin Fischer <katrin.fischer>
Status: Pushed to main --- QA Contact: Martin Renvoize <martin.renvoize>
Severity: trivial    
Priority: P5 - low CC: david, f.demians, jonathan.druart, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00
Bug Depends on: 25364    
Bug Blocks:    
Attachments: Bug 35531: Add context for translating gender option "Other"
Bug 35531: Add context for translating gender option "Other"
Bug 35531: Add context for translating gender option "Other"
Bug 35531: Add context for translating gender option "Other"

Description Katrin Fischer 2023-12-10 15:34:23 UTC
Other can be translated in different ways and especially as a gender option it would be nice to have context for translation.
Comment 1 Katrin Fischer 2023-12-10 16:01:58 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2023-12-10 16:28:25 UTC Comment hidden (obsolete)
Comment 3 David Nind 2023-12-11 10:24:26 UTC
Created attachment 159711 [details] [review]
Bug 35531: Add context for translating gender option "Other"

To test:
* Apply patch
* Verify the option "Other" for gender is correctly displayed when:
  * Editing a patron record in the staff interface
  * Viewing the 'Details' tab of a patron in staff interface
  * Triggering a "duplicate" patron warning and looking at the details
    of the existing patron record
  * Self registering a patron in the OPAC
  * Viewing 'Personal details' tab in the OPAC for a registered patron
* If you are using ktd, run: gulp po:update --lang de-DE
* Verify string "gender" appears with the occurences of "Other"and
  "Other:" in
  misc/translator/Koha-messages.pot

Signed-off-by: David Nind <david@davidnind.com>
Comment 4 David Nind 2023-12-11 10:25:42 UTC
Added assignee 8-)
Comment 5 Martin Renvoize 2024-01-25 14:50:52 UTC
Created attachment 161424 [details] [review]
Bug 35531: Add context for translating gender option "Other"

To test:
* Apply patch
* Verify the option "Other" for gender is correctly displayed when:
  * Editing a patron record in the staff interface
  * Viewing the 'Details' tab of a patron in staff interface
  * Triggering a "duplicate" patron warning and looking at the details
    of the existing patron record
  * Self registering a patron in the OPAC
  * Viewing 'Personal details' tab in the OPAC for a registered patron
* If you are using ktd, run: gulp po:update --lang de-DE
* Verify string "gender" appears with the occurences of "Other"and
  "Other:" in
  misc/translator/Koha-messages.pot

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 6 Katrin Fischer 2024-03-22 13:40:24 UTC
I am updating this to be a bug as "mis-translation" is an issue here. It would help to have this in stables as well.
Comment 7 Katrin Fischer 2024-03-22 14:09:25 UTC
Pushed for 24.05!

Well done everyone, thank you!