From a5a3c002613adf1dab603105c12c4c87d4282079 Mon Sep 17 00:00:00 2001 From: Fabi <37835178+Erlkoenigs@users.noreply.github.com> Date: Sun, 2 May 2021 10:02:45 +0200 Subject: [PATCH] fixed name field within german_10k.json the name within german_10k.json was still set to german_1k --- static/languages/german_10k.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/languages/german_10k.json b/static/languages/german_10k.json index f4417e7c6..8c527403f 100644 --- a/static/languages/german_10k.json +++ b/static/languages/german_10k.json @@ -1,5 +1,5 @@ { - "name": "german_1k", + "name": "german_10k", "_comment": "Sourced from: https://wortschatz.uni-leipzig.de/de/download/German and https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists#German", "leftToRight": true, "words": [ @@ -10004,4 +10004,4 @@ "Zwölf", "zwölf" ] -} \ No newline at end of file +}