Skip to content

Commit e80f62c

Browse files
committed
updated README.
1 parent 8860316 commit e80f62c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,14 @@ If you have any bugs to report, please file them in [Lighthouse][].
3737

3838
## Creating a Localization
3939

40-
It's possible to localize the goggles, although it's not currently as
41-
easy as it ought to be. The following steps assume that the localization
42-
is for `es` (Spanish); just replace this country code with whatever language
43-
you're creating a localization for.
40+
Localizing the goggles is easy! Just translate [webxray.pot][] on
41+
localize.mozilla.org.
4442

45-
1. Copy `src/locale/en.js` to `src/locale/es.js` and edit it.
46-
2. Replace the line `var locale = "en"` with `var locale = "es"`.
47-
3. Translate all strings that appear to be English.
48-
4. Save the file and make sure it's encoded as UTF-8.
49-
50-
Localizations are activated automatically at runtime by examining
43+
Note that localizations are activated automatically at runtime by examining
5144
`navigator.language`. This can be manipulated in Firefox by changing
5245
the [Languages][] preference.
5346

47+
[webxray.pot]: https://localize.mozilla.org/templates/hackasaurus/LC_MESSAGES/webxray.pot/translate/
5448
[Languages]: http://support.mozilla.com/en-US/kb/Options%20window%20-%20Content%20panel?s=language&r=1&as=s#w_languages
5549

5650
## Updating JQuery

0 commit comments

Comments
 (0)