From 8de5cba502f7ae72b751846cc9fa7c3ac4f0f7cd Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Sun, 17 Jan 2021 12:48:47 +0000 Subject: [PATCH] Added quote to turkish.json --- static/quotes/turkish.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 static/quotes/turkish.json diff --git a/static/quotes/turkish.json b/static/quotes/turkish.json new file mode 100644 index 000000000..7bf77b74b --- /dev/null +++ b/static/quotes/turkish.json @@ -0,0 +1,29 @@ +{ + "language": "turkish", + "groups": [ + [ + 0, + 100 + ], + [ + 101, + 300 + ], + [ + 301, + 600 + ], + [ + 601, + 9999 + ] + ], + "quotes": [ + { + "text": "Kimse görmek istemeyenler kadar kör değildir.", + "source": "Jonathan Swift", + "length": 45, + "id": 1 + } + ] +} \ No newline at end of file