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
4150a3a7
Commit
4150a3a7
authored
Jan 29, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Esperanto as supported language
parent
19e4cafb
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
147 additions
and
59 deletions
+147
-59
CHANGES.md
CHANGES.md
+2
-0
dist/converse.js
dist/converse.js
+143
-58
src/headless/converse-core.js
src/headless/converse-core.js
+1
-1
src/headless/i18n.js
src/headless/i18n.js
+1
-0
No files found.
CHANGES.md
View file @
4150a3a7
...
...
@@ -2,6 +2,8 @@
## 4.1.1 (unreleased)
-
Updated translations: af, cz, de, es, eu, ga, he, hi, ja, nb, nl_BE, zh_CN
-
New language supported: Esperanto
-
Accessibility: Tag the chat-content as an ARIA live region, for screen readers
-
#1369 Don't wrongly interpret message with
`subject`
as a topic change.
-
#1408 new config option
`roomconfig_whitelist`
...
...
dist/converse.js
View file @
4150a3a7
This diff is collapsed.
Click to expand it.
src/headless/converse-core.js
View file @
4150a3a7
...
...
@@ -206,7 +206,7 @@ _converse.default_settings = {
keepalive
:
true
,
locales_url
:
'
locale/{{{locale}}}/LC_MESSAGES/converse.json
'
,
locales
:
[
'
af
'
,
'
ar
'
,
'
bg
'
,
'
ca
'
,
'
cs
'
,
'
de
'
,
'
es
'
,
'
eu
'
,
'
en
'
,
'
fr
'
,
'
gl
'
,
'
af
'
,
'
ar
'
,
'
bg
'
,
'
ca
'
,
'
cs
'
,
'
de
'
,
'
e
o
'
,
'
e
s
'
,
'
eu
'
,
'
en
'
,
'
fr
'
,
'
gl
'
,
'
he
'
,
'
hi
'
,
'
hu
'
,
'
id
'
,
'
it
'
,
'
ja
'
,
'
nb
'
,
'
nl
'
,
'
pl
'
,
'
pt_BR
'
,
'
ro
'
,
'
ru
'
,
'
tr
'
,
'
uk
'
,
'
zh_CN
'
,
'
zh_TW
'
],
...
...
src/headless/i18n.js
View file @
4150a3a7
...
...
@@ -14,6 +14,7 @@ import 'moment/locale/bg';
import
'
moment/locale/ca
'
;
import
'
moment/locale/cs
'
;
import
'
moment/locale/de
'
;
import
'
moment/locale/eo
'
;
import
'
moment/locale/es
'
;
import
'
moment/locale/eu
'
;
import
'
moment/locale/fr
'
;
...
...
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