@qualweb/locale
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@qualweb/locale", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Locales for @qualweb/core evaluation reports.", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@qualweb/types": "0.7.9", | ||
"@qualweb/types": "0.7.10", | ||
"@tsconfig/recommended": "^1.0.1", | ||
@@ -41,0 +41,0 @@ "@types/lodash.clonedeep": "^4.5.6", |
@@ -5,6 +5,2 @@ # @qualweb/locale | ||
### Notice | ||
WORK IN PROGRESS. | ||
## How to install | ||
@@ -18,2 +14,11 @@ | ||
If you want a translation on your own language, follow these steps: | ||
<ol> | ||
<li>Make a copy of src/locales/en.json and rename it to use the <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">lang code</a> (check 639-1 column)</li> | ||
<li>Translate the modules you want</li> | ||
<li>Update the README.md language support table</li> | ||
<li>Make a pull request with the changes</li> | ||
</ol> | ||
<table> | ||
@@ -20,0 +25,0 @@ <thead> |
76558
75