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
1b0923f9
Commit
1b0923f9
authored
Jul 22, 2013
by
Leonardo J. Caballero G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Spanish translations
parent
7cd71f3a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1416 additions
and
1 deletion
+1416
-1
locale/es/LC_MESSAGES/converse.json
locale/es/LC_MESSAGES/converse.json
+460
-0
locale/es/LC_MESSAGES/converse.po
locale/es/LC_MESSAGES/converse.po
+493
-0
locale/es/LC_MESSAGES/es.js
locale/es/LC_MESSAGES/es.js
+459
-0
locale/locales.js
locale/locales.js
+4
-1
No files found.
locale/es/LC_MESSAGES/converse.json
0 → 100644
View file @
1b0923f9
This diff is collapsed.
Click to expand it.
locale/es/LC_MESSAGES/converse.po
0 → 100644
View file @
1b0923f9
This diff is collapsed.
Click to expand it.
locale/es/LC_MESSAGES/es.js
0 → 100644
View file @
1b0923f9
This diff is collapsed.
Click to expand it.
locale/locales.js
View file @
1b0923f9
...
...
@@ -4,6 +4,7 @@
"
jed
"
:
"
Libraries/jed
"
,
"
af
"
:
"
locale/af/LC_MESSAGES/af
"
,
"
en
"
:
"
locale/en/LC_MESSAGES/en
"
,
"
es
"
:
"
locale/en/LC_MESSAGES/es
"
,
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
...
...
@@ -14,13 +15,15 @@
'
jed
'
,
'
af
'
,
'
en
'
,
'
es
'
,
'
de
'
,
'
hu
'
,
"
it
"
],
function
(
jed
,
af
,
en
,
de
,
hu
,
it
)
{
],
function
(
jed
,
af
,
en
,
es
,
de
,
hu
,
it
)
{
root
.
locales
=
{};
root
.
locales
.
af
=
af
;
root
.
locales
.
en
=
en
;
root
.
locales
.
es
=
es
;
root
.
locales
.
de
=
de
;
root
.
locales
.
hu
=
hu
;
root
.
locales
.
it
=
it
;
...
...
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