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
62e969d2
Commit
62e969d2
authored
Jan 20, 2018
by
The GAFAM tech collective
Browse files
Add translation to Mandarin Chinese
parent
d0b20020
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
62e969d2
...
...
@@ -8,6 +8,7 @@ in progress
- Fix HTML description metadata
- Add translation to Esperanto. Thanks, David!
- Add translation to Russian. Thanks, Elena!
- Add translation to Mandarin Chinese. Thanks, Jenny!
2018-01-17 0.5.0
----------------
...
...
htdocs/index.html
View file @
62e969d2
...
...
@@ -513,20 +513,23 @@
<p
class=
"content is-spaced"
>
The translations collected so far.
Using the embedded view below, you can switch between the languages already translated
and display the translation files in
<a
href=
"https://en.wikipedia.org/wiki/Gettext"
>
GNU gettext
</a>
format.
and display the translation files in
<a
href=
"https://en.wikipedia.org/wiki/Gettext"
>
GNU gettext
</a>
format.
If you want to dig deeper, you are welcome to have a look at the underlying
<a
href=
"https://github.com/gafam/gafam-poster-translations"
>
GitHub repository
</a>
.
</p>
<p
class=
"content is-spaced"
>
We encourage you to
<a
href=
"#contribute"
>
contribute
</a>
a translation if you feel it is missing from the list.
In the beginning, we had French, English and German as translated by the people of LQDN.
As of now, we have been able to add translations into Japanese, Esperanto and Russian
(half-finished) from the community.
As of now, we have been able to add translations into Japanese, Esperanto, Russian
(half-finished) and Mandarin Chinese from the community. Thank you so much!
</p>
However, there are still many languages to go for!
<p
class=
"content is-spaced"
>
However, there are still many languages to go for...
</p>
<div
class=
"columns is-variable is-8"
>
...
...
src/js/main.js
View file @
62e969d2
...
...
@@ -51,6 +51,10 @@ $(document).ready(function() {
"
type
"
:
"
ru
"
,
"
label
"
:
"
Russian
"
,
"
path
"
:
"
po/ru.po
"
},
{
"
type
"
:
"
cmn
"
,
"
label
"
:
"
Mandarin Chinese
"
,
"
path
"
:
"
po/cmn.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