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
W
www.gafam.info
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
GAFAM
www.gafam.info
Commits
13e33eaa
Commit
13e33eaa
authored
Jan 12, 2018
by
The GAFAM tech collective
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add translations into German
parent
4a9b43b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
htdocs/index.html
htdocs/index.html
+5
-1
src/js/main.js
src/js/main.js
+6
-2
No files found.
htdocs/index.html
View file @
13e33eaa
...
...
@@ -159,6 +159,7 @@
<span
class=
"tag is-medium is-primary"
>
Languages
</span>
<span
class=
"tag is-medium"
>
French
</span>
<span
class=
"tag is-medium"
>
English
</span>
<span
class=
"tag is-medium"
>
German
</span>
</div>
</div>
<div
class=
"column is-5"
>
...
...
@@ -216,7 +217,10 @@
You might want to use either the
<a
href=
"https://github.com/gafam/gafam-l10n/blob/master/po/fr.po"
>
French original
</a>
or the
<a
href=
"https://github.com/gafam/gafam-l10n/blob/master/po/en.po"
>
English translation
</a>
<a
href=
"https://github.com/gafam/gafam-l10n/blob/master/po/en.po"
>
English
</a>
or
<a
href=
"https://github.com/gafam/gafam-l10n/blob/master/po/de.po"
>
German
</a>
translations
as reference.
<br/>
<p
class=
"is-size-7"
>
...
...
src/js/main.js
View file @
13e33eaa
...
...
@@ -29,12 +29,16 @@ $(document).ready(function() {
*/
{
"
type
"
:
"
po
"
,
"
label
"
:
"
French
original
"
,
"
label
"
:
"
French
"
,
"
path
"
:
"
po/fr.po
"
},
{
"
type
"
:
"
po
"
,
"
label
"
:
"
English
translation
"
,
"
label
"
:
"
English
"
,
"
path
"
:
"
po/en.po
"
},
{
"
type
"
:
"
po
"
,
"
label
"
:
"
German
"
,
"
path
"
:
"
po/de.po
"
}
]
});
...
...
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