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
565cfc39
Commit
565cfc39
authored
Sep 06, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hook in the Czech translations
parent
702d0217
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
538 additions
and
456 deletions
+538
-456
locale/cs/LC_MESSAGES/converse.po
locale/cs/LC_MESSAGES/converse.po
+534
-453
src/converse-core.js
src/converse-core.js
+1
-1
src/i18n.js
src/i18n.js
+3
-2
No files found.
locale/cs/LC_MESSAGES/converse.po
View file @
565cfc39
This diff is collapsed.
Click to expand it.
src/converse-core.js
View file @
565cfc39
...
...
@@ -224,7 +224,7 @@
keepalive
:
true
,
locales_url
:
'
locale/{{{locale}}}/LC_MESSAGES/converse.json
'
,
locales
:
[
'
af
'
,
'
ar
'
,
'
bg
'
,
'
ca
'
,
'
de
'
,
'
es
'
,
'
eu
'
,
'
en
'
,
'
fr
'
,
'
he
'
,
'
af
'
,
'
ar
'
,
'
bg
'
,
'
ca
'
,
'
cs
'
,
'
de
'
,
'
es
'
,
'
eu
'
,
'
en
'
,
'
fr
'
,
'
he
'
,
'
hu
'
,
'
id
'
,
'
it
'
,
'
ja
'
,
'
nb
'
,
'
nl
'
,
'
pl
'
,
'
pt_BR
'
,
'
ru
'
,
'
tr
'
,
'
uk
'
,
'
zh_CN
'
,
'
zh_TW
'
],
...
...
src/i18n.js
View file @
565cfc39
...
...
@@ -3,7 +3,7 @@
//
// This is the internationalization module.
//
// Copyright (c) 201
2
-2017, Jan-Carel Brand <jc@opkode.com>
// Copyright (c) 201
3
-2017, Jan-Carel Brand <jc@opkode.com>
// Licensed under the Mozilla Public License (MPLv2)
//
/*global define */
...
...
@@ -18,6 +18,7 @@
'
moment/locale/ar
'
,
'
moment/locale/bg
'
,
'
moment/locale/ca
'
,
'
moment/locale/cs
'
,
'
moment/locale/de
'
,
'
moment/locale/es
'
,
'
moment/locale/eu
'
,
...
...
@@ -70,7 +71,7 @@
}
function
isMomentLocale
(
locale
)
{
return
_
.
isString
(
locale
)
&&
moment
.
locale
(
)
===
moment
.
locale
(
locale
)
;
return
_
.
isString
(
locale
)
&&
moment
.
locale
(
locale
)
===
moment
.
locale
()
;
}
function
isConverseLocale
(
locale
,
supported_locales
)
{
...
...
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