stable

Clone or download

Read-only

chore: Close request #38274 Missing translation in Git commit details

How to test: Browse to the details page of a given commit in a Git repository, the list of changed files is displayed; next to each file, there is a "View file" button. Its label should be translated in French. Also, the icon for the "List" button that shows the list of changed files (the current page essentially) should now have correct margin (and not be glued to the label). Notes: Also changed all icons to add aria-hidden attribute and Font Awesome 6 classes. All icons should still display. Change-Id: Idae413757150b0cee8f2df79055cd08079851207

Modified Files

Name
M plugins/git/site-content-gitphp/fr_FR/LC_MESSAGES/gitphp.po +9 −6 Go to diff View file
M plugins/git/site-content-gitphp/pt_BR/LC_MESSAGES/gitphp.po +3 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-diff-side-by-side.tpl +2 −2 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-diff.tpl +2 −2 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-header-title.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-diff-side-by-side.tpl +4 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-diff.tpl +4 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-files.tpl +6 −6 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-title-metadata.tpl +2 −2 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commits-as-cards.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commits-list.tpl +3 −3 Go to diff View file
M plugins/git/templates/gitphp/tuleap/history.tpl +5 −5 Go to diff View file
M plugins/git/templates/gitphp/tuleap/shortlog.tpl +6 −6 Go to diff View file
M plugins/git/templates/gitphp/tuleap/tag.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/tree.tpl +6 −6 Go to diff View file