From 21dea3cfeec4cd8af4a9ac0493e46ea5164272f1 Mon Sep 17 00:00:00 2001 From: necreativny <79997780+necreativny@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:10:54 +0100 Subject: [PATCH] Update dictionary.ts --- src/dictionary/dictionary.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dictionary/dictionary.ts b/src/dictionary/dictionary.ts index 67103aa..96873f2 100644 --- a/src/dictionary/dictionary.ts +++ b/src/dictionary/dictionary.ts @@ -90,6 +90,7 @@ export const dictionary = [ ['null', 'порожняк'], ['NaN', 'нихуя'], ['undefined', 'неибу'], + ['undefined', 'хз'], ['true', 'трулио'], ['true', 'чётко'], ['true', 'четко'],