File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,14 @@ If you have any bugs to report, please file them in [Lighthouse][].
37
37
38
38
## Creating a Localization
39
39
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.
44
42
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
51
44
` navigator.language ` . This can be manipulated in Firefox by changing
52
45
the [ Languages] [ ] preference.
53
46
47
+ [ webxray.pot ] : https://localize.mozilla.org/templates/hackasaurus/LC_MESSAGES/webxray.pot/translate/
54
48
[ Languages ] : http://support.mozilla.com/en-US/kb/Options%20window%20-%20Content%20panel?s=language&r=1&as=s#w_languages
55
49
56
50
## Updating JQuery
You can’t perform that action at this time.
0 commit comments