Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař e1834ea3dc Fixed version information in create-release script
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-06 10:33: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 Lets release today 2014-05-06 10:33:41 +02:00
examples Better handling of ignore rules for checks 2014-03-27 12:53:24 +01:00
graphics Optimize images 2013-05-21 15:38:23 +02:00
locale Translated using Weblate (Swedish) 2014-05-05 12:44:12 +02:00
scripts Fixed version information in create-release script 2014-05-06 10:33:41 +02:00
travis Split up travis requirements 2014-03-28 11:31:05 +01:00
weblate Fix hooks test 2014-04-27 20:46:34 +02:00
.coveragerc Drop embedded copy of aresource for translate-toolkit 2014-03-18 16:26:18 +01:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Document new caching of Avatars 2014-03-21 11:36:38 +01:00
.landscape.yaml Drop embedded copy of aresource for translate-toolkit 2014-03-18 16:26:18 +01:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.travis.yml There is no way to install pylint from hg using pip 2014-04-24 11:15:22 +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 Fixed INSTALL symlink (fixes #428) 2013-12-17 07:59:47 +01:00
manage.py Update year 2014-02-01 21:57:23 +01:00
pylint.rc Ignore some new pylint warnings which we can not fix 2014-04-24 10:29:51 +02:00
README.md Use new status badges 2014-03-27 13:36:01 +01:00
requirements-optional.txt Include optional requirements in travis build as well 2013-08-22 16:31:42 +02:00
requirements.txt Simplify Pillow requirement (issue #470) 2014-04-15 08:50:34 +02:00
weblate.spec Switch to Pillow from PIL 2013-11-21 08:56:49 +01:00

Weblate

Build Status Coverage Status Translation status Code Health

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 - 2014 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/.