Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
billneff79 committed Jul 11, 2018
1 parent 5b2868e commit d2d4d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Taking `<Text id="news.totalStories" ..>` from our example:
In addition to [`<Text>`](#Text), [`withText()`](#withText) and [`<Localizer>`](#Localizer) provide ways to translate more than just display text - HTML attributes, component props, arbitrary Strings, etc.

## ESLint Plugin

A companion ESLint plugin exists, [eslint-plugin-preact-i18n](https://www.npmjs.com/package/eslint-plugin-preact-i18n), which has several rules that help spot common issues like un-i18n'd text, misconfigured tags, and missing keys, that are beneficial in spotting defects early and ensuring that your application is properly i18n'd.

* * *
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-i18n",
"amdName": "preactLocalize",
"version": "1.2.1",
"version": "1.2.2",
"description": "Preact internationalization, done simply.",
"source": "src/index.js",
"module": "dist/preact-i18n.esm.js",
Expand Down Expand Up @@ -32,7 +32,8 @@
],
"homepage": "https://github.com/synacor/preact-i18n",
"authors": [
"Jason Miller <[email protected]>"
"Jason Miller <[email protected]>",
"Bill Neff <[email protected]>"
],
"license": "BSD-3-Clause",
"files": [
Expand Down

0 comments on commit d2d4d00

Please sign in to comment.