diff options
author | Georgi Rumenov Angelov <[email protected]> | 2024-09-23 13:52:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-23 12:52:54 +0200 |
commit | 8d6f2b4edc0663d7eab51416973f3bdd3f1d5759 (patch) | |
tree | 2561b8aceb7870d42c5c45672ef2cdf01bb7c07c | |
parent | fc2a1064fb339eb5e6c1fd0d66bc334112e0a338 (diff) | |
download | monkeytype-8d6f2b4edc0663d7eab51416973f3bdd3f1d5759.tar.gz monkeytype-8d6f2b4edc0663d7eab51416973f3bdd3f1d5759.zip |
impr(quotes): add bulgarian quotes (@Gogo200202) (#5910)
-rw-r--r-- | frontend/static/quotes/bulgarian.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/static/quotes/bulgarian.json b/frontend/static/quotes/bulgarian.json index 15e3672e9..87cc55612 100644 --- a/frontend/static/quotes/bulgarian.json +++ b/frontend/static/quotes/bulgarian.json @@ -114,6 +114,12 @@ "source": "Христо Ботев", "length": 123, "id": 18 + }, + { + "text": "Гледай народната работа повече от всичко друго, повече и от себе си да я уважаваш!", + "source": "Васил Левски", + "length": 82, + "id": 19 } ] } |