Mozilla's Localization Platform
Перейти к файлу
Matjaž Horvat 6005885d24
Fix bug 1584489: Remove fr and es from supported languages (#1399)
Also: Add l10n.toml file to use to check l10n status and quality
2019-09-30 18:33:02 +02:00
bin Fix bug 1527507 - Refactor all dependencies (#1204) 2019-03-07 09:51:37 +01:00
docker Fix bug 1541252 - Fix linting errors on Python 3 (#1288) 2019-06-03 18:21:05 +02:00
docs Fix bug 1565674: Add note on locale folder names and symlinks (#1337) 2019-07-16 13:51:40 +02:00
error_pages Add custom error pages. With Tetris! (#574) 2017-04-11 13:16:16 +02:00
frontend Fix bug 1584489: Remove fr and es from supported languages (#1399) 2019-09-30 18:33:02 +02:00
media Remove obsolete media subfolders 2014-02-17 21:02:50 +01:00
pontoon Fix bug 1584226 - Redirect to current translate page is Translate.Next flag is disabled. (#1402) 2019-09-30 18:11:18 +02:00
requirements Update nltk to latest version. (#1362) 2019-08-27 18:13:36 +02:00
tests/js Fix bug 1481384 - Update dependencies. (#1047) 2018-08-08 09:51:26 +02:00
.babelrc Fix bug 1567113 - Upgrade build dependencies for tags. (#1340) 2019-07-23 19:50:40 +02:00
.codecov.yml Fixes bug 1416269 - Add coverage config (#755) 2017-11-13 16:16:56 +01:00
.dockerignore No bug - Enable running only changed frontend tests. (#1183) 2019-01-31 14:48:07 +01:00
.eslintignore Fix bug 1473330 - Translate.Next architecture (#989) 2018-07-18 11:39:52 +02:00
.eslintrc.js Fix bug 1583527 - Show redux logs only in development. (#1390) 2019-09-24 17:38:21 +02:00
.flake8 Bug 1541253 - Remove pylama in favour of flake8 (#1299) 2019-05-27 12:07:26 +02:00
.gitignore Fix bug 1473330 - Translate.Next architecture (#989) 2018-07-18 11:39:52 +02:00
.pyup.yml Bug 1541252: Fix deployment on Heroku by removing requirements/python2.txt (#1309) 2019-06-07 08:54:02 +02:00
.travis.yml Fix bug 1542084 - Add Python 3 to the testing matrix (#1331) 2019-07-01 14:34:45 +02:00
Aptfile Install mercirual via pip instead of apt. 2015-06-03 11:40:19 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct (#1239) 2019-03-28 15:17:47 +01:00
CONTRIBUTING.rst Bug 1541252: Fix deployment on Heroku by removing requirements/python2.txt (#1309) 2019-06-07 08:54:02 +02:00
LICENSE Fix license 2012-07-27 09:17:04 -04:00
MANIFEST.in More pythonic Playdoh layout: no top level __init__, no apps 2012-01-09 16:57:49 -06:00
Makefile Fix bug 1541252 - Fix linting errors on Python 3 (#1288) 2019-06-03 18:21:05 +02:00
Procfile Fix bug 1229067: Implement suggested celery settings for CloudAMQP. 2015-12-03 15:20:03 -08:00
README.md Replaced "You" with "Do you" in the README (#1359) 2019-08-26 14:05:07 +02:00
app.json Fix bug 1496449: Change the cache backend (#1097) 2018-10-10 11:04:06 +02:00
contribute.json Fixed urls for readthedocs. 2016-04-28 07:33:12 +02:00
docker-compose.yml Fix bug-1541260: [python3] Add a service in docker-compose with Python 3 as the default interpreter (#1255) 2019-04-16 15:00:23 +02:00
l10n.toml Fix bug 1584489: Remove fr and es from supported languages (#1399) 2019-09-30 18:33:02 +02:00
manage.py Hide missing .env warning, it's fine it's fine. 2015-06-05 10:45:37 -07:00
nltk.txt Add nltk.txt to download corpora in Heroku 2017-11-17 11:19:59 +00:00
package-lock.json Fix bug 1567113 - Upgrade build dependencies for tags. (#1340) 2019-07-23 19:50:40 +02:00
package.json Fix bug 1567113 - Upgrade build dependencies for tags. (#1340) 2019-07-23 19:50:40 +02:00
pytest.ini Bug 1541253 - Remove pylama in favour of flake8 (#1299) 2019-05-27 12:07:26 +02:00
requirements.txt Bug 1541252: Fix deployment on Heroku by removing requirements/python2.txt (#1309) 2019-06-07 08:54:02 +02:00
runtime.txt Update Heroku python runtime to 2.7.16 (r=me) 2019-06-11 16:27:43 +02:00
setup.cfg Fix bug 1455246 - Improve pytest environment. (#972) 2018-06-04 16:18:39 +04:00
setup.py Enabled support for pyflakes in pontoon. 2015-10-13 21:48:12 +02:00
webpack.config.js Fix bug 1456846 - Fix docker dev environment. (#942) 2018-05-09 14:45:48 +02:00

README.md

Pontoon — Mozilla's Localization Platform

Pontoon is a translation management system used and developed by the Mozilla localization community. It specializes in open source localization that is driven by the community and uses version-control systems for storing translations.

Check out our documentation to learn how to:

Installation

Our installation documentation is available on Read the Docs:

Deploy

Contributing

Do 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 the things you 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:

Servers (used for Mozilla projects only)

License

This software is licensed under the New BSD License. For more information, read LICENSE.