aboutsummaryrefslogtreecommitdiff
path: root/contrib (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-06Don't require ejabberd to be installed to run "make translations"Badlop2-7/+4
2015-12-23Support binary strings in extract_translationsBadlop1-0/+6
2014-03-12Provide header with latin-1 encoding in translations to work with Erlang/OTP R17Badlop1-1/+2
2013-06-13Switch to rebar build toolEvgeniy Khramtsov2-8/+20
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
2013-04-02remove obsolete packaging fileChristophe Romain1-5/+0
2012-04-15Fix translation script to use ejabberd_regexp (EJAB-921)Badlop1-4/+4
2011-10-20Fix previous commit about language nameBadlop1-1/+1
2011-10-20Fix extraction of language name from PO filesBadlop2-3/+3
2010-02-16Remove references to the old SVN repository.Badlop1-1/+1
2009-06-16Add permanent section about HTTP Bind module to the Guide. Example config.Badlop1-2/+2
SVN Revision: 2260
2009-04-27* src/translate.erl: Support additional files (EJAB-925)Badlop2-25/+69
* contrib/extract_translations/extract_translations.erl: Likewise * contrib/extract_translations/prepare-translation.sh: Likewise SVN Revision: 2044
2008-08-17* contrib/extract_translations/extract_translations.erl: UseBadlop2-32/+261
Gettext PO for translators, export to ejabberd MSG (EJAB-468) * contrib/extract_translations/prepare-translation.sh: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise * src/Makefile.in: New option 'make translations' * src/msgs/ejabberd.pot: Template translation file * src/msgs/*.po: Generated from old MSG files * src/msgs/*.msg: Automatic exported from PO files SVN Revision: 1527
2008-08-12fix contrib to ejabberd-modules trunk repositoryChristophe Romain1-2/+2
SVN Revision: 1520
2007-12-21fix ejabberd_modules includesChristophe Romain1-1/+2
SVN Revision: 1091
2007-12-20* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)Badlop1-2/+0
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak and Cord Beermann) * contrib/extract_translations/prepare-translation.sh: Small fix SVN Revision: 1088
2007-12-15* src/mod_irc/mod_irc.erl: No need to translate copyright noticeBadlop1-1/+3
* src/mod_muc/mod_muc.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/msgs/*.msg: Likewise * contrib/extract_translations/prepare-translation.sh: Bugfix SVN Revision: 1071
2007-12-14* src/msgs/*: Unified file format: First line is SVN IdBadlop2-95/+185
tag. Second is Language name. Next lines are authors, adding the new ones on top. Each string must be in a single line (to facilitate the automatic removal of unused strings). Last four lines report file format for Emacs and Vim. * contrib/extract_translations/prepare-translation.sh: New features: extract all translations, include explanation for translators in the file, remove unused strings from file, include unused strings in a section for reference, provide information about current translation and number of missing strings, compress the files to a zip * contrib/extract_translations/extract_translations.erl: Reverted to the original version SVN Revision: 1070
2007-12-04* contrib/extract_translations/extract_translations.erl: Don'tBadlop1-2/+5
report [] to be translated. Identify unusued strings. SVN Revision: 1022
2007-04-27SVN Revision: 754Mickaël Rémond1-0/+2
2007-04-27* contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ↵Mickaël Rémond1-0/+2
ejabberd packaging (source archive and installer) SVN Revision: 753
2006-02-25* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin1-1/+1
* src/msgs/uk.msg: Likewise * contrib/extract_translations/extract_translations.erl: Minor update (thanks to Sergei Golovan) * src/ejabberd_zlib/Makefile.win32: Zlib support for Windows build (thanks to Sergei Golovan) * src/Makefile.win32: Likewise * src/configure.erl: Likewise SVN Revision: 511
2005-12-08* contribs/contrib/extract_translations/prepare-translation.sh:Mickaël Rémond1-12/+4
Small improvements. * src/msgs/fr.msg: Updated SVN Revision: 456
2005-11-19Added wrapper to extract_translation.erlMickaël Rémond1-0/+109
SVN Revision: 438
2005-05-01* contrib/extract_translations/README: Better phrasing (thanks toAlexey Shchepin2-4/+5
Sergei Golovan) * contrib/extract_translations/extract_translations.erl: Fix to avoid duplication of lines (thanks to Sergei Golovan) SVN Revision: 334
2005-04-26* contrib/extract_translations/: A tool for extracting ofAlexey Shchepin2-0/+210
translation strings from ejabberd code (thanks to Sergei Golovan) SVN Revision: 330