2022-03-28 11:04:23 +00:00
# 🔤 Localization
2022-03-23 19:31:34 +00:00
[![jsDelivr hits ](https://img.shields.io/jsdelivr/gh/hm/tarampampam/error-pages )](https://www.jsdelivr.com/package/gh/tarampampam/error-pages)
2022-03-28 11:04:23 +00:00
This directory contains file [l10n.js ](l10n.js ) for the error pages localization. The working logic is very simple - pages load this script using [jsdelivr.com ](https://www.jsdelivr.com/ ) as a CDN for [versioned content from the GitHub repository ](https://www.jsdelivr.com/features#gh ), and it translates tag content with the special HTML attribute `data-l10n` .
2022-03-23 19:31:34 +00:00
By default, pages markup contains strings in English (`en` locale). If you want to localize the error pages on the different locales, you should:
- Find your locale name on [this page ](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ) (column `639-1` )
- Make a fork of this repository
- Edit file [l10n.js ](l10n.js ) in `data` section (append new localized strings) using locale name from the step 1
- Make a PR with your changes
2022-03-28 11:04:23 +00:00
## 👍 Translators
- 🇫🇷 French by [@jvin042 ](https://github.com/jvin042 )
2022-05-07 10:09:23 +00:00
- 🇵🇹 Portuguese by [@fabtrompet ](https://github.com/fabtrompet )
- 🇳🇱 Dutch by [@SchoNie ](https://github.com/SchoNie )
2022-06-04 12:06:39 +00:00
- 🇩🇪 German by [@mschoeffmann ](https://github.com/mschoeffmann )
2022-07-25 07:13:18 +00:00
- 🇪🇸 Spanish by [@Runig006 ](https://github.com/Runig006 )