b76c53a78e
Includes: * Switch to PyPI install * Support for Terms (treated same as Messages) * Support for GroupComments as a replacement for Section comments * Remove reference to Tags * Reflect the introduction of type Placeable * Replace serializeExpression() with fluentSerializer.serializeExpression() * Use `isinstance` instead of `type` * Factor out isSelectExpressionElement() * In unsaved changes check, if translation cannot be parsed, return source editor value * If no textarea has focus, select first * Add check for matching Message keys * runChecks() as a standalone function * Run checks when switching from source view to rich mode * Properly render multiple selectors |
||
---|---|---|
bin | ||
docker | ||
docs | ||
error_pages | ||
media | ||
pontoon | ||
tests | ||
.babelrc | ||
.codecov.yml | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitmodules | ||
.pyup.yml | ||
.travis.yml | ||
Aptfile | ||
CONTRIBUTING.rst | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
Procfile | ||
README.md | ||
app.json | ||
contribute.json | ||
docker-compose.yml | ||
manage.py | ||
nltk.txt | ||
package-lock.json | ||
package.json | ||
pylama.ini | ||
requirements-dev.txt | ||
requirements-test.txt | ||
requirements.txt | ||
runtime.txt | ||
setup.cfg | ||
setup.py | ||
webpack.config.js |
README.md
Pontoon — Mozilla's Localization Platform
For localizers
Pontoon enables localizers to translate web apps and websites in place with
context and spatial limitations right in front of them. A full list of extracted
strings is also available, to help with strings that are hard to reach, e.g.
error messages and the <title>
tag.
For app owners
To enable localization of your site with Pontoon, include a script to overcome cross-frame scripting, and Pontoon will autodetect strings. Or, to make the best out of Pontoon, fully prepare your site with hooks that will mark strings for localization and include all the necessary tags.
Installation
Our installation documentation is available on readthedocs.
For local development, docker
is the recommended way to go, as it is simpler and makes it easier for us to reproduce potential issues.
Do not use our docker
environment for production deployment, instead use the regular setup instructions.
For quick and easy deployment using the Heroku platform, click this button:
Contributing
You want to help us make Pontoon better? We are very glad!
Start by installing Pontoon locally using docker
. Once you have a working local environment, take a look at our mentored bugs. It is often better to start with those bugs, as they tend to be easier, and someone is committed to helping you get it done. To start working on a bug, verify that it isn't already assigned to someone else, and then ask on the bug for it to be assigned to you.
Before you start writing code, make sure to read our contribution docs. It contains information on how to style code, how to run tests, how to name your commits, etc. All things you will need to know if you want your work to be merged into Pontoon!
Pontoon developers hang around in the #pontoon
channel on Mozilla's IRC server. Please join us there if you want to ask questions!
If you want to go further, you can…
- Check out development roadmap on the wiki
- File a bug
- Check existing bugs
Servers (used for Mozilla projects only)
License
This software is licensed under the New BSD License. For more information, read LICENSE.