From 88ce14ca1a382ddd39f981200e9f562cf35ff035 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Thu, 21 Mar 2019 23:48:59 +0300 Subject: [PATCH] Add new adjectives to the names generator (#38624) * Add new adjectives to the names generator Signed-off-by: sh7dm * Add some more adjectives to the names generator Signed-off-by: sh7dm --- pkg/namesgenerator/names-generator.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkg/namesgenerator/names-generator.go b/pkg/namesgenerator/names-generator.go index 4c6a93d4cf..483364c9cf 100644 --- a/pkg/namesgenerator/names-generator.go +++ b/pkg/namesgenerator/names-generator.go @@ -14,10 +14,12 @@ var ( "amazing", "angry", "awesome", + "beautiful", "blissful", "bold", "boring", "brave", + "busy", "charming", "clever", "cocky", @@ -39,16 +41,19 @@ var ( "elegant", "eloquent", "epic", + "exciting", "fervent", "festive", "flamboyant", "focused", "friendly", "frosty", + "funny", "gallant", "gifted", "goofy", "gracious", + "great", "happy", "hardcore", "heuristic", @@ -56,6 +61,8 @@ var ( "hungry", "infallible", "inspiring", + "interesting", + "intelligent", "jolly", "jovial", "keen", @@ -69,6 +76,7 @@ var ( "musing", "naughty", "nervous", + "nice", "nifty", "nostalgic", "objective", @@ -90,6 +98,7 @@ var ( "silly", "sleepy", "stoic", + "strange", "stupefied", "suspicious", "sweet",