aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/locales/ru/hacker/adjective.js2
-rw-r--r--test-almaz.js4
2 files changed, 1 insertions, 5 deletions
diff --git a/lib/locales/ru/hacker/adjective.js b/lib/locales/ru/hacker/adjective.js
index e6c3ec42..be0b2f7a 100644
--- a/lib/locales/ru/hacker/adjective.js
+++ b/lib/locales/ru/hacker/adjective.js
@@ -9,7 +9,7 @@ module["exports"] = [
"излишний",
"онлайн",
"сенсорный",
- "multi-byte",
+ "многобайтный",
"bluetooth",
"беспроводной",
"1080p",
diff --git a/test-almaz.js b/test-almaz.js
deleted file mode 100644
index 29a70f3e..00000000
--- a/test-almaz.js
+++ /dev/null
@@ -1,4 +0,0 @@
-let faker = require('./build/build/faker');
-faker.locale = 'ru';
-
-console.log(faker.random.words(10)); \ No newline at end of file