Bug 1558790 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```L10nRegistry.sources.get('0-toolkit')
{…}
​
cache: Object { "resource://gre/localization/de/messenger/preferences/preferences.ftl": false, "resource://gre/localization/de/messenger/preferences/fonts.ftl": false, "resource://gre/localization/de/messenger/preferences/languages.ftl": false, … }
​
indexed: false
​
locales: Array [ "de" ]
​
name: "0-toolkit"
​
prePath: "resource://gre/localization/{locale}/"
​```

Many things don't look right here. In particular, that we don't have `en-US` in the locales of the toolkit source.
```
L10nRegistry.sources.get('0-toolkit')
{}
cache: Object { "resource://gre/localization/de/messenger/preferences/preferences.ftl": false,  … }
indexed: false
locales: Array [ "de" ]
name: "0-toolkit"
prePath: "resource://gre/localization/{locale}/"

```

Many things don't look right here. In particular, that we don't have `en-US` in the locales of the toolkit source.

Back to Bug 1558790 Comment 1