Skip to content

Commit

Permalink
🌐 translations for "min read" text
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 7, 2025
1 parent 5a4dabe commit 865f5ac
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 1 deletion.
Binary file modified db/users.db
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/tailwindUI/post.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
class="flex items-center justify-center gap-2 my-4 select-none opacity-75"
>
<p class="text-sm font-medium">
{{ readingTime|string + ' min read' }}
{{ readingTime|string + " " + translations.post.minRead }}
</p>
</div>

Expand Down
1 change: 1 addition & 0 deletions translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Passwort bestätigen"
},
"post": {
"minRead": "Minuten Lesezeit",
"placeholder": "Was sind Ihre Gedanken?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Confirm Password"
},
"post": {
"minRead": "min read",
"placeholder": "What are your thoughts?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Confirmar Contraseña"
},
"post": {
"minRead": "min de lectura",
"placeholder": "¿Cuáles son tus pensamientos?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Confirmer le mot de passe"
},
"post": {
"minRead": "min de lecture",
"placeholder": "Quelles sont vos pensées ?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"confirmPassword": "パスワードの確認"
},
"post": {
"minRead": "分で読む",
"placeholder": "あなたの考えは何ですか?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Potwierdź hasło"
},
"post": {
"minRead": "minut czytania",
"placeholder": "Co myślisz?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Confirmar Senha"
},
"post": {
"minRead": "min para ler",
"placeholder": "Quais são seus pensamentos?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Подтвердите пароль"
},
"post": {
"minRead": "минут на чтение",
"placeholder": "Что вы думаете?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Şifreyi Onayla"
},
"post": {
"minRead": "dakika okuma",
"placeholder": "Düşünceleriniz nedir?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"confirmPassword": "Підтвердіть пароль"
},
"post": {
"minRead": "хвилин на читання",
"placeholder": "Що ви думаєте?"
},
"sortMenu": {
Expand Down
1 change: 1 addition & 0 deletions translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"confirmPassword": "确认密码"
},
"post": {
"minRead": "分钟阅读",
"placeholder": "你有什么想法?"
},
"sortMenu": {
Expand Down

0 comments on commit 865f5ac

Please sign in to comment.