Commit 33fd8b3c authored by JC Brand's avatar JC Brand

Renamed pt_BR file for consistency. Fixed some bugs.

parent f96515b9
...@@ -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)
---------------- ----------------
......
...@@ -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",
"ptbr": "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);
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment