This directory contains the file l10n.js for localizing error pages. Once the error page is loaded,
this script runs and translates the page content to the user's locale.
[!NOTE]
In version 2.*, the working logic was simpler: error pages loaded this script using
jsdelivr.com as a CDN for
versioned content from the GitHub repository, and it translated
tag content with the special HTML attribute data-l10n.
By default, the error page markup contains strings in English (en locale). To localize the error pages to
different locales, please follow these steps:
Find your locale name on this page (column Set 1 or ISO 639-1:2002)
Fork this repository
Edit the file l10n.js in the data map (append new localized strings) using the locale name from step 1
Please add your locale to the playground.html file to test the localization