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
2fdd9553
Commit
2fdd9553
authored
Jan 17, 2018
by
The GAFAM tech collective
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add translation into Japanese
parent
479d452e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGES.rst
CHANGES.rst
+4
-1
htdocs/index.html
htdocs/index.html
+2
-1
src/js/main.js
src/js/main.js
+4
-0
No files found.
CHANGES.rst
View file @
2fdd9553
...
...
@@ -5,10 +5,13 @@ www.gafam.info CHANGES
in progress
-----------
2018-01-17 0.5.0
----------------
- Host poster PDF files on ptrace.gafam.info
- LQDN shared the German PDF file variant. Santé!
- Update documentation about how to create thumbnail image from poster PDF
- Add translation into Japanese from gafam-poster-translations repository
2018-01-14 0.4.0
----------------
...
...
htdocs/index.html
View file @
2fdd9553
...
...
@@ -524,7 +524,7 @@
We encourage you to
<a
href=
"#contribute"
>
contribute
</a>
a translation if you feel it is missing from the list.
As of now, we have French, English
and German
so there
As of now, we have French, English
, German and Japanese
so there
are many languages to go for!
</p>
...
...
@@ -540,6 +540,7 @@
<span
class=
"tag is-medium"
>
French
</span>
<span
class=
"tag is-medium"
>
English
</span>
<span
class=
"tag is-medium"
>
German
</span>
<span
class=
"tag is-medium"
>
Japanese
</span>
</div>
</div>
<div
class=
"is-pulled-right"
>
...
...
src/js/main.js
View file @
2fdd9553
...
...
@@ -39,6 +39,10 @@ $(document).ready(function() {
"
type
"
:
"
po
"
,
"
label
"
:
"
German
"
,
"
path
"
:
"
po/de.po
"
},
{
"
type
"
:
"
po
"
,
"
label
"
:
"
Japanese
"
,
"
path
"
:
"
po/jp.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