Web based localization tool with tight version control integration. https://weblate.org/
Find a file
2013-04-16 13:56:00 +02:00
accounts User can be none here as well 2013-04-10 09:46:02 +02:00
appliance Run migrate while creating appliance 2012-07-30 09:32:20 +02:00
docs Set release date 2013-04-16 13:56:00 +02:00
examples Add example to generate mo files using hook (issue #218) 2013-04-08 16:41:23 +02:00
graphics Add 200px logo 2013-03-25 16:35:54 +01:00
lang Cache retrieved language object (it should not change) 2013-04-11 13:46:01 +02:00
locale Translated using Weblate (Turkish) 2013-04-16 13:55:26 +02:00
scripts Fix add-lang script 2013-02-28 10:05:25 +01:00
trans Fix handling of optional import 2013-04-16 08:05:16 +02:00
ttkit Fix name (to match one used in other parts of code) 2013-02-25 10:14:33 +01:00
weblate Fix js coding style 2013-04-16 11:01:09 +02:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Ignore reports dir 2013-02-20 14:53:00 +01:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.travis.yml Do not be so quiet 2013-03-06 09:33:53 +01:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Improve contributing docs 2013-04-05 16:40:00 +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 Update copyright and other year references 2013-01-10 12:11:49 +01:00
pylint.rc I wanted to change number of public methods for tests to fit into this 2013-04-12 16:34:26 +02:00
README.md Sync description to match website 2013-02-15 16:13:18 +01:00
requirements.txt Loose some strict dependencies (issue #216) 2013-03-05 15:13:20 +01:00
weblate.spec Revert "Add PyCha requirement" 2013-02-18 11:35:49 +01:00

Weblate build 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/.