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
45bd5675
Commit
45bd5675
authored
Jul 28, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in translation files. Make sure Jed is defined.
parent
63a4a57b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
29 deletions
+25
-29
build.js
build.js
+0
-1
locale/af/LC_MESSAGES/af.js
locale/af/LC_MESSAGES/af.js
+4
-4
locale/de/LC_MESSAGES/de.js
locale/de/LC_MESSAGES/de.js
+4
-4
locale/en/LC_MESSAGES/en.js
locale/en/LC_MESSAGES/en.js
+4
-4
locale/es/LC_MESSAGES/es.js
locale/es/LC_MESSAGES/es.js
+4
-4
locale/it/LC_MESSAGES/it.js
locale/it/LC_MESSAGES/it.js
+4
-4
locale/locales.js
locale/locales.js
+1
-4
locale/pt_BR/LC_MESSAGES/pt_BR.js
locale/pt_BR/LC_MESSAGES/pt_BR.js
+4
-4
No files found.
build.js
View file @
45bd5675
...
...
@@ -8,7 +8,6 @@
"
en
"
:
"
locale/en/LC_MESSAGES/en
"
,
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
es
"
:
"
locale/es/LC_MESSAGES/es
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
"
pt_BR
"
:
"
locale/pt_BR/LC_MESSAGES/pt_BR
"
,
"
sjcl
"
:
"
Libraries/sjcl
"
,
...
...
locale/af/LC_MESSAGES/af.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
af
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -450,16 +450,16 @@
]
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
af
"
,
[
'
jed
'
],
function
()
{
return
factory
(
af
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
af
=
af
;
window
.
locales
.
af
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
af
)
{
return
af
;
...
...
locale/de/LC_MESSAGES/de.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
de
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -450,16 +450,16 @@
]
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
de
"
,
[
'
jed
'
],
function
()
{
return
factory
(
de
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
de
=
de
;
window
.
locales
.
de
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
de
)
{
return
de
;
...
...
locale/en/LC_MESSAGES/en.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
en
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -10,16 +10,16 @@
}
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
en
"
,
[
'
jed
'
],
function
()
{
return
factory
(
en
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
en
=
en
;
window
.
locales
.
en
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
en
)
{
return
en
;
...
...
locale/es/LC_MESSAGES/es.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
es
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -450,16 +450,16 @@
]
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
es
"
,
[
'
jed
'
],
function
()
{
return
factory
(
es
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
es
=
es
;
window
.
locales
.
es
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
es
)
{
return
es
;
...
...
locale/it/LC_MESSAGES/it.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
it
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -461,16 +461,16 @@
]
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
it
"
,
[
'
jed
'
],
function
()
{
return
factory
(
it
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
it
=
it
;
window
.
locales
.
it
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
it
)
{
return
it
;
...
...
locale/locales.js
View file @
45bd5675
...
...
@@ -13,7 +13,6 @@
"
en
"
:
"
locale/en/LC_MESSAGES/en
"
,
"
es
"
:
"
locale/es/LC_MESSAGES/es
"
,
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
"
pt_BR
"
:
"
locale/pt_BR/LC_MESSAGES/pt_BR
"
}
...
...
@@ -25,16 +24,14 @@
'
en
'
,
'
es
'
,
'
de
'
,
'
hu
'
,
"
it
"
,
"
pt_BR
"
],
function
(
jed
,
af
,
en
,
es
,
de
,
hu
,
it
,
pt_BR
)
{
],
function
(
jed
,
af
,
en
,
es
,
de
,
it
,
pt_BR
)
{
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
;
root
.
locales
.
pt_BR
=
pt_BR
;
});
...
...
locale/pt_BR/LC_MESSAGES/pt_BR.js
View file @
45bd5675
(
function
(
root
,
factory
)
{
var
pt_BR
=
new
Jed
(
{
var
translations
=
{
"
domain
"
:
"
converse
"
,
"
locale_data
"
:
{
"
converse
"
:
{
...
...
@@ -461,16 +461,16 @@
]
}
}
}
)
;
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
(
"
pt_BR
"
,
[
'
jed
'
],
function
()
{
return
factory
(
pt_BR
);
return
factory
(
new
Jed
(
translations
)
);
});
}
else
{
if
(
!
window
.
locales
)
{
window
.
locales
=
{};
}
window
.
locales
.
pt_BR
=
pt_BR
;
window
.
locales
.
pt_BR
=
factory
(
new
Jed
(
translations
))
;
}
}(
this
,
function
(
i18n
)
{
return
i18n
;
...
...
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