mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
13 lines
972 B
Markdown
13 lines
972 B
Markdown
|
# Localization
|
||
|
|
||
|
[![jsDelivr hits](https://img.shields.io/jsdelivr/gh/hm/tarampampam/error-pages)](https://www.jsdelivr.com/package/gh/tarampampam/error-pages)
|
||
|
|
||
|
This directory contains file [l10n.js](l10n.js) for the error pages localization. The logic is very simple - pages load this file using [jsdelivr.com](https://www.jsdelivr.com/) as a CDN for [versioned content from the GitHub repository](https://www.jsdelivr.com/features#gh), and the script from this file translate tags content using the special HTML attribute `data-l10n`.
|
||
|
|
||
|
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
|