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
33fd8b3c
Commit
33fd8b3c
authored
Jul 27, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed pt_BR file for consistency. Fixed some bugs.
parent
f96515b9
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
493 additions
and
484 deletions
+493
-484
CHANGES.rst
CHANGES.rst
+3
-1
locale/locales.js
locale/locales.js
+11
-12
locale/pt_BR/LC_MESSAGES/pt-br.js
locale/pt_BR/LC_MESSAGES/pt-br.js
+0
-471
locale/pt_BR/LC_MESSAGES/pt_BR.js
locale/pt_BR/LC_MESSAGES/pt_BR.js
+479
-0
No files found.
CHANGES.rst
View file @
33fd8b3c
...
@@ -3,12 +3,14 @@ Changelog
...
@@ -3,12 +3,14 @@ Changelog
0.5 (Unreleased)
0.5 (Unreleased)
----------------
----------------
- #9 Remove dependency on AMD/require.js [jcbrand]
- #09 Remove dependency on AMD/require.js [jcbrand]
- #22 Fixed compare operator in strophe.muc [sonata82]
- #22 Fixed compare operator in strophe.muc [sonata82]
- #23 Add Italian translations [ctrlaltca]
- #23 Add Italian translations [ctrlaltca]
- #24 Add Spanish translations [macagua]
- #24 Add Spanish translations [macagua]
- #25 Using span with css instead of img [matheus-morfi]
- #25 Using span with css instead of img [matheus-morfi]
- #26 Only the first minute digit shown in chatbox. [jcbrand]
- #26 Only the first minute digit shown in chatbox. [jcbrand]
- #28 Add Brazilian Portuguese translations [matheus-morfi]
0.4 (2013-06-03)
0.4 (2013-06-03)
----------------
----------------
...
...
locale/locales.js
View file @
33fd8b3c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
de
"
:
"
locale/de/LC_MESSAGES/de
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
"
pt
br
"
:
"
locale/pt_BR/LC_MESSAGES/pt-br
"
"
pt
_BR
"
:
"
locale/pt_BR/LC_MESSAGES/pt_BR
"
}
}
});
});
...
@@ -27,16 +27,15 @@
...
@@ -27,16 +27,15 @@
'
de
'
,
'
de
'
,
'
hu
'
,
'
hu
'
,
"
it
"
,
"
it
"
,
'
ptbr
'
"
pt_BR
"
],
function
(
jed
,
af
,
en
,
es
,
de
,
hu
,
it
,
ptbr
)
{
],
function
(
jed
,
af
,
en
,
es
,
de
,
hu
,
it
,
pt_BR
)
{
root
.
locales
=
{
root
.
locales
=
{};
'
af
'
:
af
,
root
.
locales
.
af
=
af
;
'
en
'
:
en
,
root
.
locales
.
en
=
en
;
'
es
'
:
es
,
root
.
locales
.
es
=
es
;
'
de
'
:
de
,
root
.
locales
.
de
=
de
;
'
hu
'
:
hu
,
root
.
locales
.
hu
=
hu
;
'
it
'
:
it
,
root
.
locales
.
it
=
it
;
'
pt-br
'
:
ptbr
root
.
locales
.
pt_BR
=
pt_BR
;
};
});
});
})(
this
);
})(
this
);
locale/pt_BR/LC_MESSAGES/pt-br.js
deleted
100644 → 0
View file @
f96515b9
This diff is collapsed.
Click to expand it.
locale/pt_BR/LC_MESSAGES/pt_BR.js
0 → 100644
View file @
33fd8b3c
This diff is collapsed.
Click to expand 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