Commit Graph

609 Commits

Author SHA1 Message Date
JC Brand
9a0531120d Add docstring 2013-07-24 23:56:03 +02:00
JC Brand
e4d2959969 Reminified, with and without locales 2013-07-24 23:21:09 +02:00
JC Brand
fd526a1832 Fix for the previous fix :) 2013-07-24 23:10:56 +02:00
JC Brand
4c0d4f2ac5 bugfix. Fixes #26. Only the first minute digit was shown. 2013-07-24 22:58:53 +02:00
JC Brand
a2b819b9f9 Fix contact form 2013-07-24 12:21:36 +02:00
JC Brand
3271f797e2 Bugfix. Typo in path. 2013-07-23 22:17:19 +02:00
JC Brand
4da378ea7a Add release date for 0.4 and add new changes for 0.5 2013-07-23 22:10:16 +02:00
JC Brand
6c3300fdba Merge pull request #24 from Conectivo/master
Add Spanish translations
2013-07-23 13:03:07 -07:00
JC Brand
e20d653fa0 Merge pull request #25 from matheus-morfi/spinnertocss
using span with css instead of img
2013-07-23 12:59:02 -07:00
Matheus Figueiredo
19a1be391d using span with css instead of img
using span instead of img to avoid problems with relative paths
2013-07-23 13:42:45 -03:00
Leonardo J. Caballero G
4e32e9e280 Updated Changelog 2013-07-22 18:21:31 -04:30
Leonardo J. Caballero G
1b0923f9d8 Add Spanish translations 2013-07-22 18:20:58 -04:30
Leonardo J. Caballero G
7cd71f3a04 Added .gitignore file 2013-07-22 17:46:12 -04:30
JC Brand
fa75d79a33 Merge pull request #23 from ctrlaltca/master
Added italian translation
2013-07-22 02:17:36 -07:00
Fabio Bas
95dace10f8 regression fix: re-add entry for hungarian translation 2013-07-22 09:01:11 +02:00
Fabio Bas
c280ce204d use utf8 for translation 2013-07-20 19:14:34 +02:00
Fabio Bas
569ff9b103 italian translation 2013-07-20 19:08:21 +02:00
JC Brand
d92033a0b3 Merge pull request #22 from sonata82/master
Fixed compare operator in strophe.muc. (Thanks!)
2013-07-17 06:29:15 -07:00
Remko Plantenga
daac3fdff0 Added package.json file to be able to use Converse.js as dependency 2013-07-17 13:02:52 +02:00
Remko Plantenga
786f79e860 Added package.json file to be able to use Converse.js as dependency 2013-07-17 13:00:48 +02:00
Remko Plantenga
0746518bbe Fixed compare operator 2013-07-17 10:00:49 +02:00
JC Brand
147c370404 Remove unused JS file 2013-06-20 10:56:32 +02:00
JC Brand
11d3da1e61 Update download link to version 0.4 2013-06-03 22:59:18 +02:00
JC Brand
5900798cbd Add note to prebind section 2013-06-03 22:51:03 +02:00
JC Brand
7d3eaaa1c1 Add more info on prebinding/session support 2013-06-03 22:42:34 +02:00
JC Brand
3ff38ff326 Updated docs 2013-06-02 22:33:29 +02:00
JC Brand
8293bd0da5 Bugfix in jquery element query 2013-06-02 22:32:33 +02:00
JC Brand
0b1900ecb1 Don't use minified resources in master branch 2013-06-02 21:44:48 +02:00
JC Brand
12ab09d45a Reminify JS 2013-06-02 21:43:13 +02:00
JC Brand
ab1b43110a Use minified resources 2013-06-02 21:41:06 +02:00
JC Brand
9b5c9138fb Add a config option to by default show the controlbox 2013-06-02 21:40:05 +02:00
JC Brand
2e28b820d1 Merge branch 'master' into gh-pages
Conflicts:
	locale/hu/LC_MESSAGES/converse.po
2013-06-02 20:02:10 +02:00
JC Brand
895df5fff5 Add default config values to main.js (for reference) 2013-06-02 19:59:21 +02:00
JC Brand
7a1f42b277 Populate locale_data (empty for now) 2013-06-02 19:55:24 +02:00
JC Brand
51d44f9634 Add hu.js 2013-06-02 19:54:16 +02:00
JC Brand
fcb842f655 Decided to add the JSON files as well
Even though they are actually not used directly and instead a step between the
PO file and generating the .js file
2013-06-02 19:51:04 +02:00
JC Brand
77535bb08e Add PO file for Hungarian 2013-06-02 19:50:54 +02:00
JC Brand
08d69b3a3e Add a note to docs about locales.js 2013-06-02 19:50:18 +02:00
JC Brand
4d9b9a7ba4 Move locales.js to locale dir
Trying to make it simpler and easier for people to add new translations by
reducing the amount of places where edits need to be made (e.g. no new edits
required in converse.js now).
2013-06-02 19:38:11 +02:00
JC Brand
befcadbd91 Add de.js with DE translations 2013-06-02 18:48:25 +02:00
JC Brand
18d6e7e5aa Add German translations in PO format. Updated AF 2013-06-02 18:42:38 +02:00
JC Brand
6b49bc69b1 Add German translations in PO format. Updated AF 2013-06-02 18:41:01 +02:00
JC Brand
6464acff5c Merge branch 'master' into gh-pages 2013-06-02 00:53:38 +02:00
JC Brand
6f126db82f Update build.js with new paths and reminify converse.min.js 2013-06-02 00:52:20 +02:00
JC Brand
71d6585a31 Update CHANGES and index.html 2013-06-02 00:42:22 +02:00
JC Brand
4b4f50c2d6 Updated documents. 2013-06-02 00:23:24 +02:00
JC Brand
9b9e514e4f Move everything into the initialize method
This is so that the code only gets parsed once initialized is called.

We want the code to be parsed only then, because this allows us to
specifiy the translation language as a configuration setting to initialize.
2013-06-02 00:21:06 +02:00
JC Brand
62e701f3fb Add locales.js
It will pull in all languages and put them in the locales root object, from
which the specific language translations can be chosen during runtime.
2013-06-02 00:18:46 +02:00
JC Brand
b4636219d0 Updated po and pot files.
Also added js files with af and en translations.
2013-06-02 00:18:06 +02:00
JC Brand
debb773ea5 Add jed.js for i18n support and wrap all strings 2013-06-01 13:18:33 +02:00