Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE.org Applications Subsite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Websites
KDE.org Applications Subsite
Commits
64ba20c8
Commit
64ba20c8
authored
Jun 27, 2020
by
Carl Schwan
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some categories name not translated
parent
445de2ad
Pipeline
#25149
passed with stage
in 3 minutes and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
templates/main/application.html.twig
templates/main/application.html.twig
+1
-1
templates/main/applicationDevelopment.html.twig
templates/main/applicationDevelopment.html.twig
+1
-1
templates/main/category.html.twig
templates/main/category.html.twig
+1
-1
No files found.
templates/main/application.html.twig
View file @
64ba20c8
...
...
@@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{{
name
}}
</h1>
<a
href=
"
{{
path
(
'app_main_category_intl'
,
{
'_locale'
:
locale
,
'category'
:
category
}
)
}}
"
>
{{
application.primaryCategory
}}
{{
application.primaryCategory
|
trans
}}
</a>
</div>
<a
class=
"noblefir ml-auto align-self-center"
...
...
templates/main/applicationDevelopment.html.twig
View file @
64ba20c8
...
...
@@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{{
name
}}
</h1>
<a
href=
"
{{
path
(
'app_main_category_intl'
,
{
'_locale'
:
locale
,
'category'
:
category
}
)
}}
"
>
{{
application.primaryCategory
}}
{{
application.primaryCategory
|
trans
}}
</a>
</div>
<a
class=
"noblefir ml-auto align-self-center"
...
...
templates/main/category.html.twig
View file @
64ba20c8
...
...
@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%
block
body
%}
<main
class=
"container"
>
<h1><a
href=
"
{{
path
(
'app_main_index'
,
{
'_locale'
:
locale
}
)
}}
"
>
KDE's Applications
</a>
{{
category.name
}}
KDE's Applications
</a>
{{
category.name
|
capitalize
|
trans
}}
</h1>
{%
include
'category.html.twig'
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment