summaryrefslogtreecommitdiff
path: root/tools/prepare-tr.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-19Improve support for rebar3 in "make translations"Badlop1-12/+9
2021-02-02Improve prepare-tr so *.msg files inform to not edit them (#3484)Badlop1-1/+5
2021-01-22When running "make translations" use the external ejabberd_po repositoryBadlop1-5/+19
2020-05-04Extract translatable strings also from the xmpp libraryBadlop1-1/+1
2020-04-17Fix previous commitBadlop1-1/+1
2020-04-17Log messages generated by msgmerge and display unexpected onesBadlop1-1/+4
2019-07-24Fix UTF-8 support in translation filesEvgeny Khramtsov1-1/+1
2019-06-22Update extract-tr.sh scriptEvgeny Khramtsov1-2/+2
2019-02-22Fix "make translations", got broken in 446e6e6f3Badlop1-1/+1
2017-09-27Simplify prepare-tr.sh to work with new extract-tr.shBadlop1-282/+16
2017-09-27Move prepare-translations.sh from contrib to tools/prepare-tr.shBadlop1-0/+0
2016-05-06Don't require ejabberd to be installed to run "make translations"Badlop1-2/+2
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 Khramtsov1-6/+8
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
2011-10-20Fix extraction of language name from PO filesBadlop1-2/+2
2010-02-16Remove references to the old SVN repository.Badlop1-1/+1
2009-04-27* src/translate.erl: Support additional files (EJAB-925)Badlop1-24/+66
* 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: UseBadlop1-21/+151
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
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 IdBadlop1-94/+184
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
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