Skip to content
GitLab
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
bba13afe
Commit
bba13afe
authored
Feb 11, 2018
by
The GAFAM tech collective
Browse files
Add translations into Norwegian and Catalan
parent
497e7e67
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
bba13afe
...
...
@@ -6,6 +6,8 @@ www.gafam.info CHANGES
in progress
-----------
- Add translation into Polish. Thanks, Piotr and friends!
- Add translation into Norwegian. Thanks, Allan!
- Add translation into Catalan. Thanks, Pau!
2018-02-06 0.6.0
----------------
...
...
htdocs/index.html
View file @
bba13afe
...
...
@@ -561,7 +561,8 @@
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, Russian
(half-finished), Mandarin Chinese, Italian and Polish from the community. Thank you so much!
(half-finished), Mandarin Chinese, Italian, Polish, Norwegian and Catalan from the community.
Thank you so much!
</p>
<p
class=
"content is-spaced"
>
...
...
src/js/main.js
View file @
bba13afe
...
...
@@ -63,6 +63,14 @@ $(document).ready(function() {
"
type
"
:
"
pl
"
,
"
label
"
:
"
Polish
"
,
"
path
"
:
"
po/pl.po
"
},
{
"
type
"
:
"
no
"
,
"
label
"
:
"
Norwegian Bokmål
"
,
"
path
"
:
"
po/nb_NO.po
"
},
{
"
type
"
:
"
ca
"
,
"
label
"
:
"
Catalan
"
,
"
path
"
:
"
po/ca.po
"
}
]
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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