diff options
| author | AlmazN <[email protected]> | 2017-03-01 19:07:42 +0300 |
|---|---|---|
| committer | AlmazN <[email protected]> | 2017-03-01 19:07:42 +0300 |
| commit | e345c817b575555f04172b08fa2e92fc64a8179c (patch) | |
| tree | 327d8d541405e38ebaf8abb7b49b81126e048500 /lib | |
| parent | afd4b27bc73a34c913d2db8b96f5982821916a3d (diff) | |
| download | faker-e345c817b575555f04172b08fa2e92fc64a8179c.tar.xz faker-e345c817b575555f04172b08fa2e92fc64a8179c.zip | |
require abbreviation removed
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/ru/hacker/abbreviation.js | 31 | ||||
| -rw-r--r-- | lib/locales/ru/hacker/index.js | 1 |
2 files changed, 0 insertions, 32 deletions
diff --git a/lib/locales/ru/hacker/abbreviation.js b/lib/locales/ru/hacker/abbreviation.js deleted file mode 100644 index 0d2e45b1..00000000 --- a/lib/locales/ru/hacker/abbreviation.js +++ /dev/null @@ -1,31 +0,0 @@ -module["exports"] = [
- "TCP",
- "HTTP",
- "SDD",
- "RAM",
- "GB",
- "CSS",
- "SSL",
- "AGP",
- "SQL",
- "FTP",
- "PCI",
- "AI",
- "ADP",
- "RSS",
- "XML",
- "EXE",
- "COM",
- "HDD",
- "THX",
- "SMTP",
- "SMS",
- "USB",
- "PNG",
- "SAS",
- "IB",
- "SCSI",
- "JSON",
- "XSS",
- "JBOD"
-];
diff --git a/lib/locales/ru/hacker/index.js b/lib/locales/ru/hacker/index.js index 4b7087c6..bae5ec9f 100644 --- a/lib/locales/ru/hacker/index.js +++ b/lib/locales/ru/hacker/index.js @@ -1,6 +1,5 @@ var hacker = {}; module['exports'] = hacker; -hacker.abbreviation = require("./abbreviation"); hacker.adjective = require("./adjective"); hacker.noun = require("./noun"); hacker.verb = require("./verb"); |
