From 81c0f5ceac135b691fcd2ddb1859f85d72a0e366 Mon Sep 17 00:00:00 2001 From: Matan Sar-Shalom Date: Mon, 30 Sep 2019 23:48:33 +0300 Subject: [PATCH 1/2] feat(collection) add name Simcha --- collection/simcha.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 collection/simcha.json diff --git a/collection/simcha.json b/collection/simcha.json new file mode 100644 index 00000000..a059edde --- /dev/null +++ b/collection/simcha.json @@ -0,0 +1,7 @@ +{ + "name": "simcha", + "meaning": "Hewbrew for \"joy\"", + "translations": { + "heb": "שמחה" + } +} From ab4d432b3e8a7767351e18571afcc5255586bca2 Mon Sep 17 00:00:00 2001 From: Matan Sar-Shalom Date: Tue, 1 Oct 2019 16:54:24 +0300 Subject: [PATCH 2/2] add sex --- collection/simcha.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collection/simcha.json b/collection/simcha.json index a059edde..c0f4b89c 100644 --- a/collection/simcha.json +++ b/collection/simcha.json @@ -3,5 +3,6 @@ "meaning": "Hewbrew for \"joy\"", "translations": { "heb": "שמחה" - } + }, + "sex":"f" }