/i18n-l8e

Internationalization of Lighthouse.

Primary LanguageJavaScriptMIT LicenseMIT

i18n-l8e

Simple project to view all the different supported locales in the Lighthouse project.

Run

Run lighthouse to populate json, and generate locales.

$yarn generate

Run the simple express server to view the reports.

$node server/main.js

Or do both.

$yarn start