Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Oct 10, 2016
1 parent 150eebc commit 5516fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#Text-to-ʕ•ᴥ•ʔ translations

[![Build Status](https://img.shields.io/travis/randytarampi/pseudolocalize.woof.svg?style=flat-square)](https://travis-ci.org/randytarampi/pseudolocalize.woof) [![Coverage Status](https://img.shields.io/coveralls/randytarampi/pseudolocalize.woof.svg?style=flat-square)](https://coveralls.io/github/randytarampi/pseudolocalize.woof?branch=master) [![Dependency Status](https://img.shields.io/david/randytarampi/pseudolocalize.woof.svg?style=flat-square)](https://david-dm.org/randytarampi/pseudolocalize.woof.svg) [![Ready](https://img.shields.io/waffle/label/randytarampi/pseudolocalize.woof/ready.svg?style=flat-square&label=Ready)](http://waffle.io/randytarampi/pseudolocalize.woof) [![In Progress](https://img.shields.io/waffle/label/randytarampi/pseudolocalize.woof/in%20progress.svg?style=flat-square&label=In%20Progress)](http://waffle.io/randytarampi/pseudolocalize.woof)
[![Build Status](https://img.shields.io/travis/randytarampi/woof.pseudolocalize.svg?style=flat-square)](https://travis-ci.org/randytarampi/woof.pseudolocalize) [![Coverage Status](https://img.shields.io/coveralls/randytarampi/woof.pseudolocalize.svg?style=flat-square)](https://coveralls.io/github/randytarampi/woof.pseudolocalize?branch=master) [![Dependency Status](https://img.shields.io/david/randytarampi/woof.pseudolocalize.svg?style=flat-square)](https://david-dm.org/randytarampi/woof.pseudolocalize.svg) [![Ready](https://img.shields.io/waffle/label/randytarampi/woof.pseudolocalize/ready.svg?style=flat-square&label=Ready)](http://waffle.io/randytarampi/woof.pseudolocalize) [![In Progress](https://img.shields.io/waffle/label/randytarampi/woof.pseudolocalize/in%20progress.svg?style=flat-square&label=In%20Progress)](http://waffle.io/randytarampi/woof.pseudolocalize)

Or, otherwise user defined pseudolocalizations...

##Usage

```javascript
let Pseudolocalizer = require("pseudolocalize.woof");
let Pseudolocalizer = require("woof.pseudolocalize");

let pseudolocalizer = new Pseudolocalizer();
console.log(pseudolocalizer.pseudolocalize("")); // "ʕつ•ᴥ•ʔつ"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "pseudolocalize.woof",
"name": "woof.pseudolocalize",
"author": {
"name": "Randy Tarampi",
"email": "[email protected]",
"url": "http://www.randytarampi.ca"
},
"version": "0.0.1",
"version": "0.0.2",
"description": "Text-to-ʕ•ᴥ•ʔ translations",
"main": "pseudolocalize.woof.js",
"main": "woof.pseudolocalize.js",
"scripts": {
"pretest": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"travis": "gulp travis"
},
"homepage": "https://github.com/randytarampi/pseudolocalize.woof",
"homepage": "https://github.com/randytarampi/woof.pseudolocalize",
"bugs": {
"url": "https://github.com/randytarampi/pseudolocalize.woof/issues",
"url": "https://github.com/randytarampi/woof.pseudolocalize/issues",
"email": "[email protected]"
},
"keywords": [
Expand Down

0 comments on commit 5516fad

Please sign in to comment.