From a5fc4a6030c5cdc9b030388cd9edb7ff57af2e66 Mon Sep 17 00:00:00 2001 From: Lea Date: Thu, 8 Jun 2023 14:22:11 +0200 Subject: [PATCH] Add owo to langs.json --- langs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/langs.json b/langs.json index af5285b..712143c 100644 --- a/langs.json +++ b/langs.json @@ -10,6 +10,11 @@ "name": "German", "nameLocalised": "Deutsch", "emoji": "🇩🇪" + }, + "owo": { + "name": "OwO", + "nameLocalised": "OwO", + "emoji": "🐱" } } -} \ No newline at end of file +}