Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
8576d948
Commit
8576d948
authored
Dec 20, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Norwegian translations.
parent
3e03df47
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2428 additions
and
3 deletions
+2428
-3
README.rst
README.rst
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+5
-0
index.html
index.html
+1
-1
locale/locales.js
locale/locales.js
+3
-1
locale/nb/LC_MESSAGES/converse.json
locale/nb/LC_MESSAGES/converse.json
+772
-0
locale/nb/LC_MESSAGES/converse.po
locale/nb/LC_MESSAGES/converse.po
+859
-0
locale/nb/LC_MESSAGES/nb.js
locale/nb/LC_MESSAGES/nb.js
+786
-0
main.js
main.js
+1
-0
No files found.
README.rst
View file @
8576d948
...
...
@@ -33,7 +33,7 @@ It has the following features:
* Messages appear in all connnected chat clients `XEP 280 <http://xmpp.org/extensions/xep-0280.html>`_
* Typing and chat state notifications `XEP 85 <http://xmpp.org/extensions/xep-0085.html>`_
* Third person messages (/me )
* Translated into 1
4
languages
* Translated into 1
5
languages
* Off-the-record encryption
-----------
...
...
docs/CHANGES.rst
View file @
8576d948
Changelog
=========
0.8.8 (Unreleased)
------------------
* Norwegian Bokmål translations. [Andreas Lorentsen]
0.8.6 (2014-12-07)
------------------
...
...
index.html
View file @
8576d948
...
...
@@ -152,7 +152,7 @@
<li>
Custom status messages
</li>
<li>
Typing notifications
</li>
<li>
Third person messages (/me )
</li>
<li>
Translated into 1
4
languages
</li>
<li>
Translated into 1
5
languages
</li>
<li>
Off-the-record encryption
</ul>
</div>
...
...
locale/locales.js
View file @
8576d948
...
...
@@ -18,11 +18,12 @@
'
id
'
,
'
it
'
,
'
ja
'
,
'
nb
'
,
'
nl
'
,
'
pt_BR
'
,
'
ru
'
,
'
zh
'
],
function
(
jed
,
af
,
de
,
en
,
es
,
fr
,
he
,
hu
,
id
,
it
,
ja
,
nl
,
pt_BR
,
ru
,
zh
)
{
],
function
(
jed
,
af
,
de
,
en
,
es
,
fr
,
he
,
hu
,
id
,
it
,
ja
,
n
b
,
n
l
,
pt_BR
,
ru
,
zh
)
{
root
.
locales
=
{
'
af
'
:
af
,
'
de
'
:
de
,
...
...
@@ -34,6 +35,7 @@
'
id
'
:
id
,
'
it
'
:
it
,
'
ja
'
:
ja
,
'
nb
'
:
nb
,
'
nl
'
:
nl
,
'
pt-br
'
:
pt_BR
,
'
ru
'
:
ru
,
...
...
locale/nb/LC_MESSAGES/converse.json
0 → 100644
View file @
8576d948
This diff is collapsed.
Click to expand it.
locale/nb/LC_MESSAGES/converse.po
0 → 100644
View file @
8576d948
This diff is collapsed.
Click to expand it.
locale/nb/LC_MESSAGES/nb.js
0 → 100644
View file @
8576d948
This diff is collapsed.
Click to expand it.
main.js
View file @
8576d948
...
...
@@ -68,6 +68,7 @@ require.config({
"
id
"
:
"
locale/id/LC_MESSAGES/id
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
"
ja
"
:
"
locale/ja/LC_MESSAGES/ja
"
,
"
nb
"
:
"
locale/nb/LC_MESSAGES/nb
"
,
"
nl
"
:
"
locale/nl/LC_MESSAGES/nl
"
,
"
pt_BR
"
:
"
locale/pt_BR/LC_MESSAGES/pt_BR
"
,
"
ru
"
:
"
locale/ru/LC_MESSAGES/ru
"
,
...
...
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