Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Websites
KDE.org Applications Subsite
Commits
d9854d48
Commit
d9854d48
authored
Jul 02, 2020
by
David Barchiesi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing translation tags.
parent
35bd69b9
Pipeline
#25705
passed with stage
in 3 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 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
+2
-2
No files found.
templates/main/application.html.twig
View file @
d9854d48
...
...
@@ -202,7 +202,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
'application'
:
application.id
,
'category'
:
category
}
)
}}
"
>
Development information
{%
trans
%}
Development information
{%
endtrans
%}
</a>
</div>
</aside>
...
...
templates/main/applicationDevelopment.html.twig
View file @
d9854d48
...
...
@@ -55,10 +55,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
</style>
<div
class=
"container"
style=
"overflow: hidden;"
>
<h2>
Source Code Repository
</h2>
<h2>
{%
trans
%}
Source Code Repository
{%
endtrans
%}
</h2>
<div>
<a
href=
"https://invent.kde.org/
{{
application.repository
}}
"
>
Browse
{{
name
}}
source code online
{%
trans
%}
Browse
%
name
%
source code online
{%
endtrans
%}
</a>
</div>
<code>
git clone https://invent.kde.org/
{{
application.repository
}}
</code>
...
...
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