https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39045

--- Comment #4 from Caroline Cyr La Rose <[email protected]> ---
Created attachment 177562
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177562&action=edit
Bug 39045: Add translation context to stock rotation active status

This patch adds translation context to the 'Active' status of stock
rotation.

To test:
1. Enable the StockRotation system preference
   1.1. Go to Administration > System preferences
   1.2. Search for StockRotation
   1.3. Choose 'Enable'
   1.4. Click 'Save all Circulation preferences'
2. Go to Cataloging > Stock rotation
3. Click 'New rota'
4. Enter a name for the rota
5. Click 'Save'
   --> There should be a column with the heading 'Active'
6. Click 'Manage' > 'Stages'
7. Click 'Add a stage'
8. Enter a duration
9. Click 'Save'
10. Click 'Return to rotas'
11. Click 'Activate'
12. Click 'Manage' > 'Items'
13. Click 'Add items'
14. Enter a barcode (e.g. 39999000001518)
15. Click 'Save'
16. Click the title of the item
17. Click 'Rota' (left menu)
    --> Under 'Rota status' it should say 'Active'
18. Apply patch
19. Update translations
    ktd --shell
    gulp po:update --lang fr-CA
20. View the fr-CA-messages.po file
    --> There should be an entry with 'Rota status' in msgctxt
21. Optionally, translate the strings (remember to remove the fuzzy flag, if
any)
22. Install new translations
    ktd --root --shell
    koha-translate --install fr-CA --dev kohadev
    koha-translate --update fr-CA --dev kohadev
23. Enable the new language in Administration > System preferences >
StaffInterfaceLanguages
24. Repeat step 1-17
    --> Translations should be whatever you put in the po file

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to