Skip to content
Snippets Groups Projects
Commit 21df1988 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2406 from callahad/i18n-docs

Document how to contribute new localizations

r+

close #2279
parents ef749e89 cd6b15f0
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,19 @@ ...@@ -4,13 +4,19 @@
# i18n Support # 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 Working with a localized version of BrowserID is totally optional for
casual development. casual development.
To get started, please [read the l10n locale doc](http://svn.mozilla.org/projects/l10n-misc/trunk/browserid/README). 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. 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. These strings must be evaluated in the scope of a request, so we know which locale the user has.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment