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
759603ee
Commit
759603ee
authored
Mar 04, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hook in bg and tr locales
parent
3c182b5a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGES.md
CHANGES.md
+2
-1
locale/bg/LC_MESSAGES/converse.json
locale/bg/LC_MESSAGES/converse.json
+1
-0
locale/tr/LC_MESSAGES/converse.json
locale/tr/LC_MESSAGES/converse.json
+1
-0
src/converse-core.js
src/converse-core.js
+2
-2
src/i18n.js
src/i18n.js
+1
-0
No files found.
CHANGES.md
View file @
759603ee
...
...
@@ -18,7 +18,8 @@
### Translation changes
-
Updated German, Bulgarian, Russian, Chinese (traditional), Norwegian Bokmål and French translations.
-
New locale: Bulgarian
-
Updated German, Russian, Chinese (traditional), Norwegian Bokmål and French translations.
## 3.3.3 (2018-02-14)
...
...
locale/bg/LC_MESSAGES/converse.json
0 → 100644
View file @
759603ee
This diff is collapsed.
Click to expand it.
locale/tr/LC_MESSAGES/converse.json
0 → 100644
View file @
759603ee
This diff is collapsed.
Click to expand it.
src/converse-core.js
View file @
759603ee
...
...
@@ -308,9 +308,9 @@
keepalive
:
true
,
locales_url
:
'
locale/{{{locale}}}/LC_MESSAGES/converse.json
'
,
locales
:
[
'
af
'
,
'
ca
'
,
'
de
'
,
'
es
'
,
'
en
'
,
'
fr
'
,
'
he
'
,
'
af
'
,
'
bg
'
,
'
ca
'
,
'
de
'
,
'
es
'
,
'
en
'
,
'
fr
'
,
'
he
'
,
'
hu
'
,
'
id
'
,
'
it
'
,
'
ja
'
,
'
nb
'
,
'
nl
'
,
'
pl
'
,
'
pt_BR
'
,
'
ru
'
,
'
uk
'
,
'
zh_CN
'
,
'
zh_TW
'
'
pl
'
,
'
pt_BR
'
,
'
ru
'
,
'
tr
'
,
'
uk
'
,
'
zh_CN
'
,
'
zh_TW
'
],
message_carbons
:
true
,
message_storage
:
'
session
'
,
...
...
src/i18n.js
View file @
759603ee
...
...
@@ -15,6 +15,7 @@
"
lodash.noconflict
"
,
"
moment
"
,
'
moment/locale/af
'
,
'
moment/locale/bg
'
,
'
moment/locale/ca
'
,
'
moment/locale/de
'
,
'
moment/locale/es
'
,
...
...
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