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
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]
- #23 Add Italian translations [ctrlaltca]
- #24 Add Spanish translations [macagua]
- #25 Using span with css instead of img [matheus-morfi]
- #26 Only the first minute digit shown in chatbox. [jcbrand]
- #28 Add Brazilian Portuguese translations [matheus-morfi]
0.4 (2013-06-03)
----------------
......
......@@ -15,7 +15,7 @@
"de": "locale/de/LC_MESSAGES/de",
"hu": "locale/hu/LC_MESSAGES/hu",
"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 @@
'de',
'hu',
"it",
'ptbr'
], function (jed, af, en, es, de, hu, it, ptbr) {
root.locales = {
'af': af,
'en': en,
'es': es,
'de': de,
'hu': hu,
'it': it,
'pt-br': ptbr
};
"pt_BR"
], function (jed, af, en, es, de, hu, 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;
});
})(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