Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GAFAM
www.gafam.info
Commits
13e33eaa
Commit
13e33eaa
authored
Jan 12, 2018
by
The GAFAM tech collective
Browse files
Add translations into German
parent
4a9b43b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
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