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
569ff9b1
Commit
569ff9b1
authored
Jul 20, 2013
by
Fabio Bas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
italian translation
parent
d92033a0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1425 additions
and
4 deletions
+1425
-4
locale/it/LC_MESSAGES/converse.json
locale/it/LC_MESSAGES/converse.json
+460
-0
locale/it/LC_MESSAGES/converse.po
locale/it/LC_MESSAGES/converse.po
+489
-0
locale/it/LC_MESSAGES/it.js
locale/it/LC_MESSAGES/it.js
+470
-0
locale/locales.js
locale/locales.js
+6
-4
No files found.
locale/it/LC_MESSAGES/converse.json
0 → 100644
View file @
569ff9b1
This diff is collapsed.
Click to expand it.
locale/it/LC_MESSAGES/converse.po
0 → 100644
View file @
569ff9b1
This diff is collapsed.
Click to expand it.
locale/it/LC_MESSAGES/it.js
0 → 100644
View file @
569ff9b1
This diff is collapsed.
Click to expand it.
locale/locales.js
View file @
569ff9b1
...
...
@@ -5,7 +5,8 @@
"
af
"
:
"
locale/af/LC_MESSAGES/af
"
,
"
en
"
:
"
locale/en/LC_MESSAGES/en
"
,
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
}
});
...
...
@@ -14,12 +15,13 @@
'
af
'
,
'
en
'
,
'
de
'
,
'
hu
'
],
function
(
jed
,
af
,
en
,
de
,
hu
)
{
'
hu
'
,
"
it
"
],
function
(
jed
,
af
,
en
,
de
,
hu
,
it
)
{
root
.
locales
=
{};
root
.
locales
.
af
=
af
;
root
.
locales
.
en
=
en
;
root
.
locales
.
de
=
de
;
root
.
locales
.
hu
=
hu
;
root
.
locales
.
it
=
it
;
});
})(
this
);
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