aboutsummaryrefslogtreecommitdiff
path: root/contrib/extract_translations/extract_translations.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't require ejabberd to be installed to run "make translations"Badlop2016-05-061-5/+2
|
* Support binary strings in extract_translationsBadlop2015-12-231-0/+6
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-2/+12
| | | | | | | | | | | | | | | | 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-201-1/+1
|
* * src/translate.erl: Support additional files (EJAB-925)Badlop2009-04-271-1/+3
| | | | | | | * 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-171-11/+110
| | | | | | | | | | | | | 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/*: Unified file format: First line is SVN IdBadlop2007-12-141-1/+1
| | | | | | | | | | | | | | | | | | | 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
* * contrib/extract_translations/README: Better phrasing (thanks toAlexey Shchepin2005-05-011-2/+3
| | | | | | | | | 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-261-0/+189
translation strings from ejabberd code (thanks to Sergei Golovan) SVN Revision: 330