Problem/Motivation
Basic language and translation already works, after enabling core support, but some changes/additions are needed to properly support multi-language.
Translation of field labels and descriptions already works (core string translation).
Complication:
When using multi-language manual topics (taxonomy terms) is that sorting in alphabetic order is not really practical - the order would be language dependent.
Proposal:
Assume that admins will set the order using term weight (drag-reorder the taxonomy terms) to their desired display order. We need to incorporarte sorting by term weight in our View, and in the code used to generate toolbar links.
Remaining tasks
- Update the View page and blocks used.
- Code changes for generation of toolbar menu links.
Other tasks:
- On overview page and related entries block, show manual entries for the selected language only (currently shows all languages.
- Code changes for generation of toolbar menu links.
- Add tests
Issue fork user_manual-3301843
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #7
sagar ramgade commentedComment #10
jlandfried commentedGreat, thank you @andy-inman and @sagar-ramgade!