Skip to content

Commit

Permalink
Remove Verbatim mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ committed Mar 28, 2016
1 parent 9e9d39a commit f2bf417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions docs/localization.rst
Expand Up @@ -10,7 +10,7 @@ Kitsune is localized with `gettext <http://www.gnu.org/software/gettext/>`_.
User-facing strings in the code or templates need to be marked for gettext
localization.

We use `Verbatim <http://localize.mozilla.org/>`_ to provide an easy interface
We use `Pontoon <https://pontoon.mozilla.org/>`_ to provide an easy interface
to localizing these files. Localizers are also free to download the PO files
and use whatever tool they are comfortable with.

Expand Down Expand Up @@ -440,12 +440,7 @@ Updating the Localizations
==========================

When strings are added or updated, we need to update the templates and PO files
for localizers. This needs to be coordinated with someone who has rights to
update the data on `Verbatim <http://localize.mozilla.org/>`_. If you commit
new strings to SVN and they are not updated right away on Verbatim, there will
be big merging headaches.

Updating strings is pretty easy. Check out the localizations as above, then::
for localizers, which is pretty easy. Check out the localizations as above, then::

$ python manage.py extract
$ python manage.py merge
Expand Down Expand Up @@ -538,6 +533,6 @@ Bug description template:
strings for this locale to production.

Mozilla Support strings can be fixed in the Support Mozilla project
in Verbatim <https://localize.mozilla.org/projects/sumo/>.
in Pontoon <https://pontoon.mozilla.org/projects/sumo/>.

If you have any questions, let us know.
2 changes: 1 addition & 1 deletion kitsune/customercare/tests/test_templates.py
Expand Up @@ -94,7 +94,7 @@ def test_list_canned_responses_nondefault_locale(self):
eq_(200, r.status_code)
doc = pq(r.content)

# Listing all responses, l10n-agnostic (English if not in Verbatim).
# Listing all responses, l10n-agnostic (English if not in Pontoon).
eq_(3, len(doc('#accordion a.reply-topic')))

def test_messed_up_canned_responses(self):
Expand Down

0 comments on commit f2bf417

Please sign in to comment.