Skip to content

Commit c6d9f45

Browse files
authored
fix(quotes): fit minimum length requirements (@norwd)
To bring quote 1209 above the 60 character threshold, I've reworded it to be a more direct translation. The other two quotes were too short to fix, I've just removed them.
1 parent b06cdcc commit c6d9f45

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

frontend/static/quotes/russian.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6928,8 +6928,8 @@
69286928
{
69296929
"id": 1209,
69306930
"source": "Марк Твен",
6931-
"text": "Говори правду, и тогда не придется ничего запоминать.",
6932-
"length": 53
6931+
"text": "Всегда говорите правду. Так вам не придётся вспоминать, что вы сказали.",
6932+
"length": 71
69336933
},
69346934
{
69356935
"id": 1210,
@@ -6976,23 +6976,11 @@
69766976
{
69776977
"id": 1217,
69786978
"source": "Марк Твен",
6979-
"text": "Юмор - это трагедия плюс время.",
6980-
"length": 31
6981-
},
6982-
{
6983-
"id": 1218,
6984-
"source": "Марк Твен",
69856979
"text": "Когда то, чего мы очень долго ждем, наконец приходит, оно кажется неожиданностью.",
69866980
"length": 81
69876981
},
69886982
{
6989-
"id": 1219,
6990-
"source": "Марк Твен",
6991-
"text": "Когда сомневаетесь, говорите правду.",
6992-
"length": 36
6993-
},
6994-
{
6995-
"id": 1220,
6983+
"id": 1218,
69966984
"source": "Марк Твен",
69976985
"text": "Морщины - это просто указание на то место, где часто бывает улыбка.",
69986986
"length": 67

0 commit comments

Comments
 (0)