Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Theme
Commits
6c67f733
Unverified
Commit
6c67f733
authored
3 months ago
by
Olivia Simonet
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Ajout des traductions pour les signatures (#737)
Co-authored-by:
Alexis BENOIT
<
alex@noesya.coop
>
parent
18d855cf
No related branches found
Branches containing commit
Tags
v7.3.11
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
i18n/en.yml
+4
-0
4 additions, 0 deletions
i18n/en.yml
i18n/pt.yml
+4
-0
4 additions, 0 deletions
i18n/pt.yml
layouts/partials/posts/signature.html
+2
-4
2 additions, 4 deletions
layouts/partials/posts/signature.html
with
10 additions
and
4 deletions
i18n/en.yml
+
4
−
0
View file @
6c67f733
...
...
@@ -273,6 +273,10 @@ persons:
projects
:
Projects mentioning
posts
:
author
:
Author
authors
:
label
:
"
Authors"
a11y_title
:
Authors of this article
more
:
More information
category
:
one
:
Category
other
:
Categories
...
...
This diff is collapsed.
Click to expand it.
i18n/pt.yml
+
4
−
0
View file @
6c67f733
...
...
@@ -257,6 +257,10 @@ persons:
projects
:
Projetos mencionando
posts
:
author
:
Autor/a
authors
:
label
:
Autoras/es
a11y_title
:
Autores, autoras deste artigo
more
:
Mais informações
category
:
one
:
Categoria
other
:
Categorias
...
...
This diff is collapsed.
Click to expand it.
layouts/partials/posts/signature.html
+
2
−
4
View file @
6c67f733
...
...
@@ -3,9 +3,7 @@
<div
class=
"block-content"
>
<ul
class=
"signatures"
aria-label=
"{{ i18n "
posts.authors.a11y_title
"
}}"
>
{{ range .GetTerms "authors" }}
{{ $personId := .Params.hugo.slug }}
{{ $person := site.GetPage (printf "persons/%s" $personId)}}
{{ $person := site.GetPage (printf "persons/%s" .Slug) }}
<li>
<div
class=
"author-content"
>
<a
href=
"{{ .Permalink }}"
itemprop=
"url"
>
...
...
@@ -17,7 +15,7 @@
{{ if and $person $person.Params.image }}
<div
class=
"avatar"
>
{{ partial "commons/image.html" (dict
"image" $person.Params.image
"image" $person.Params.image
)}}
</div>
{{ end }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment