From cd6b15f051b415e5bf0d2fd8f0e2ff105b778ecd Mon Sep 17 00:00:00 2001
From: Dan Callahan <dan.callahan@gmail.com>
Date: Tue, 28 Aug 2012 17:48:00 -0500
Subject: [PATCH] Document how to contribute new localizations

Fixes #2279
---
 docs/I18N.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/I18N.md b/docs/I18N.md
index 1cfdfa59e..8db9af698 100644
--- a/docs/I18N.md
+++ b/docs/I18N.md
@@ -4,13 +4,19 @@
 
 # i18n Support
 
+## New Localizations
+
+All Persona localization is handled by a community of volunteers using [Mozilla Verbatim](https://localize.mozilla.org/).
+
+To contribute a new localization, read [Localizing with Verbatim](https://developer.mozilla.org/en-US/docs/Localizing_with_Verbatim) and check out the ["BrowserID" project](https://localize.mozilla.org/projects/browserid/) on Verbatim. For more information on joining or starting a localization team, visit [l10n.mozilla.org](https://l10n.mozilla.org/).
+
+## Development
+
 Working with a localized version of BrowserID is totally optional for
 casual development.
 
 To get started, please [read the l10n locale doc](http://svn.mozilla.org/projects/l10n-misc/trunk/browserid/README).
 
-## Development
-
 Any copy, label, or error message that will be shown to users **should** be wrapped in a gettext function.
 
 These strings must be evaluated in the scope of a request, so we know which locale the user has.
-- 
GitLab