aboutsummaryrefslogtreecommitdiff
path: root/contrib/extract_translations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't require ejabberd to be installed to run "make translations"Badlop2016-05-062-7/+4
|
* Support binary strings in extract_translationsBadlop2015-12-231-0/+6
|
* Provide header with latin-1 encoding in translations to work with Erlang/OTP R17Badlop2014-03-121-1/+2
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-132-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
* Fix translation script to use ejabberd_regexp (EJAB-921)Badlop2012-04-151-4/+4
|
* Fix previous commit about language nameBadlop2011-10-201-1/+1
|
* Fix extraction of language name from PO filesBadlop2011-10-202-3/+3
|
* Remove references to the old SVN repository.Badlop2010-02-161-1/+1
|
* * src/translate.erl: Support additional files (EJAB-925)Badlop2009-04-272-25/+69
| | | | | | | * contrib/extract_translations/extract_translations.erl: Likewise * contrib/extract_translations/prepare-translation.sh: Likewise SVN Revision: 2044
* * contrib/extract_translations/extract_translations.erl: UseBadlop2008-08-172-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
* * src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)Badlop2007-12-201-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
* * src/mod_irc/mod_irc.erl: No need to translate copyright noticeBadlop2007-12-151-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
* * src/msgs/*: Unified file format: First line is SVN IdBadlop2007-12-142-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
* * contrib/extract_translations/extract_translations.erl: Don'tBadlop2007-12-041-2/+5
| | | | | | report [] to be translated. Identify unusued strings. SVN Revision: 1022
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-02-251-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
* * contribs/contrib/extract_translations/prepare-translation.sh:Mickaël Rémond2005-12-081-12/+4
| | | | | | | Small improvements. * src/msgs/fr.msg: Updated SVN Revision: 456
* Added wrapper to extract_translation.erlMickaël Rémond2005-11-191-0/+109
| | | | SVN Revision: 438
* * contrib/extract_translations/README: Better phrasing (thanks toAlexey Shchepin2005-05-012-4/+5
| | | | | | | | | Sergei Golovan) * contrib/extract_translations/extract_translations.erl: Fix to avoid duplication of lines (thanks to Sergei Golovan) SVN Revision: 334
* * contrib/extract_translations/: A tool for extracting ofAlexey Shchepin2005-04-262-0/+210
translation strings from ejabberd code (thanks to Sergei Golovan) SVN Revision: 330