L10n:Pontoon: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
[https://pontoon.mozilla.org/ Pontoon] is a localization platform, used and developed by the Mozilla localization community.
[https://pontoon.mozilla.org/ Pontoon] is a localization platform, used and developed by the Mozilla localization community. Some links:
* Source code: [https://github.com/mozilla/pontoon GitHub]
* Bug tracker: [https://bugzilla.mozilla.org/buglist.cgi?product=Webtools&component=Pontoon&resolution=--- Bugzilla]
* Documentation: [https://mozilla-pontoon.readthedocs.io/en/latest/index.html Read the Docs]
* Discussions: [https://chat.mozilla.org/#/room/#pontoon:mozilla.org chat.mozilla.org]


This wiki page mainly serves as a development roadmap. We use Mozilla wiki, because it nicely integrates with our bug tracker.
See [https://github.com/mozilla/pontoon Pontoon project on GitHub] to access source code, issues, roadmap, documentation, discussions, etc.
 
== Get involved ==
Check out [https://mozilla-pontoon.readthedocs.io/en/latest/dev/first-contribution.html The Guide to your First Contribution to Pontoon] to learn how to set up Pontoon on your computer for development.
 
Here are a few mentored bugs, good to start with for new contributors:
<bugzilla>
    {
        "product": "Webtools",
        "component": "Pontoon",
        "bug_mentor_type": "contains",
        "bug_mentor": "@",
        "resolution": "---",
        "include_fields": "id, summary, status, priority, assigned_to"
    }
</bugzilla>
 
== 2021 Roadmap ==
This is a high-level overview of Pontoon Roadmap for the current year. For more information, check out the '''[[L10n:Pontoon_Roadmap|DETAILED ROADMAP]]'''.
 
==== Q1 ====
* [✓] Search all strings while translating (1W)
 
==== Q2 ====
* [ ] Notification experiments (1M)
* [ ] Pontoon Add-on promotion (1W)
* [ ] Documentation Overhaul (1Q)
 
==== Q3 ====
* [ ] Custom themes (1M)
* [ ] Development Process (1W)
 
==== Q4 ====
* [ ] Project Admin UI (1M)
 
== Non-Roadmap goals ==
A collection of bugs we'd like to see fixed soon, but didn't make it to the Roadmap.
<bugzilla>
    {
        "bug_id": "1586822, 1618841, 1676336, 1677173, 1673043, 1683539, 1468997, 1486391, 1566476, 1578235, 1513104, 1536884, 1586234, 1584178, 1615458, 1682225, 1681688, 1686402, 1588465, 1370173, 1370200, 1268841, 1350542, 1681296, 1543344, 1633150, 1678462, 1682033, 1684693, 1685558, 1685799, 1686278, 1686369, 1686370, 1686690, 1686711, 1687112, 1687328, 1687371, 1687509, 1688174, 1688395, 1688835, 1325525, 1267548, 1666320, 1686569, 1689653, 1689716, 1581911, 1690336, 1688570, 1688571, 1690485, 1690486, 1690500, 1690563, 1690642, 1691180, 1644202, 1691770, 1679565, 1692423, 1691805, 1692539, 1692888, 1686402, 1694504, 1694598, 1681653, 1691956, 1695226, 1695231, 1478554, 1695479, 1696146, 1391592, 1693319, 1696486, 1696517, 1696722, 1696723, 1399839, 1697462, 1697587, 1697583, 1699655, 1699381, 1699610, 1629968, 1701043, 1701174, 1690978, 1703666, 1703748, 1702396, 1704038, 1699455, 1704859, 1692619, 1707819, 1708744, 1710384, 1546091, 1713058, 1712086, 1685565, 1712446, 1714369, 1714370, 1710475, 1720701",
        "include_fields": "id, summary, status, resolution, priority, assigned_to",
        "order": "resolution, priority"
    }
</bugzilla>
 
== Prioritizing bugs ==
We use 5 bug priority levels, which effectively define the short term roadmap. Priority is usually set after the bug has been confirmed by one of the developers.
* '''P1''': Must be fixed immediately, drop any other work.
* '''P2''': We want to ship this soon, possibly in the current quarter.
* '''P3''': Default starting point, possibly shipping in the following two quarters.
* '''P4''': We expect it to be fixed someday.
* '''P5''': A valid bug, but we might never fix it, unless you provide a patch.
 
== Fun read from the past! ==
* [http://ozten.com/psto/2009/08/14/a-sketch-of-po-liveedit/ A Sketch of PO LiveEdit (by Austin King)]
* [http://diary.braniecki.net/tag/pontoon/ Posts on Pontoon (by Zbigniew Braniecki)]
* [http://blog.mozilla.com/webdev/2009/08/17/improving-mozilla-web-localization-part-3-challenges-for-tools/ Improving Mozilla Web Localization, Part 3: Challenges for Tools (by Fred Wenzel)]


[[Category:L10n]]
[[Category:L10n]]

Latest revision as of 01:25, 12 November 2021

Pontoon is a localization platform, used and developed by the Mozilla localization community.

See Pontoon project on GitHub to access source code, issues, roadmap, documentation, discussions, etc.