Web based localization tool with tight version control integration. https://weblate.org/
Find a file
2013-10-07 10:20:08 +02:00
accounts Do not set user as sender 2013-09-26 15:31:41 +02:00
appliance Need manual syslog startup (the systemd wrapper shiped in openSUSE 12.3 does not work) 2013-08-01 14:13:59 +02:00
docs Set release date 2013-10-07 10:20:08 +02:00
examples Include benchmarking snippets 2013-07-22 10:44:32 +02:00
graphics Optimize images 2013-05-21 15:38:23 +02:00
lang Add Tagalog language definition 2013-10-02 15:08:10 +02:00
locale Translated using Weblate (Portuguese) 2013-10-07 09:11:30 +02:00
scripts Add comments to scripts 2013-07-22 11:00:32 +02:00
trans Better validation of project links 2013-10-07 09:10:32 +02:00
ttkit Fix detection of not translatable units in aresources 2013-07-17 14:14:29 +02:00
weblate Add Tagalog language definition 2013-10-02 15:08:10 +02:00
.coveragerc We do not care about ttkit coverage 2013-08-23 16:54:54 +02:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Test importing of MO file as well 2013-07-02 13:26:51 +02:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.travis.yml Use numerical comparing here 2013-10-02 15:19:01 +02:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Better formatting 2013-07-09 11:32:50 +02:00
COPYING Add license 2012-02-29 20:19:54 +01:00
INSTALL Update install instructions 2012-03-08 17:14:35 +01:00
manage.py Management commands now log to console by default 2013-05-03 13:58:53 +02:00
pylint.rc With Python 2.6 unittests get even more public methods 2013-08-23 11:04:24 +02:00
README.md Include translation status badge 2013-08-28 16:33:42 +02:00
requirements-2.6.txt Use skipUnless from Django, avoids unittest2 dependency 2013-06-27 17:58:46 +02:00
requirements-optional.txt Include optional requirements in travis build as well 2013-08-22 16:31:42 +02:00
requirements-test.txt Add missing selenium dependency for testing 2013-08-29 12:59:41 +02:00
requirements.txt We now require Whoosh 2.5 2013-08-28 14:46:34 +02:00
weblate.spec No longer require Pango + Cairo 2013-08-22 10:13:03 +02:00

Weblate

build status Coverage Status Translation status

Weblate is a free web-based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations across subprojects, quality checks and automatic linking to source files.

Weblate has it's website at http://weblate.org/.

Features

  • Easy web based translation
  • Propagation of translations across sub-projects (for different branches)
  • Tight git integration - every change is represented by Git commit
  • Usage of Django's admin interface
  • Upload and automatic merging of po files
  • Links to source files for context
  • Message quality checks
  • Tunable access control
  • Wide range of supported translation formats (Gettext, Qt, Java, Windows, Symbian and more)

Documentation

Detailed documentation is available in docs directory in the sources.

The documentation can be also viewed online on http://weblate.readthedocs.org/.

Installation

Installation and setup instructions are provided in our manual, check quick setup guide:

http://weblate.readthedocs.org/en/latest/quick.html

Bugs

Please report bugs to https://github.com/nijel/weblate/issues.

License

Copyright (C) 2012 - 2013 Michal Čihař michal@cihar.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.