mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-01-03 04:41:13 +00:00
Translate to Ukrainian
This commit is contained in:
committed by
Cadence Ember
parent
0edc966fda
commit
d211470dca
@@ -3,7 +3,7 @@
|
||||
- const ll = lang.get(settings.language)
|
||||
|
||||
doctype html
|
||||
html
|
||||
html(lang=settings.language)
|
||||
head
|
||||
title Bibliogram
|
||||
include includes/head
|
||||
|
||||
@@ -31,7 +31,7 @@ mixin select(id, description, disabled, options)
|
||||
option(value=option.value selected=(option.value === settings[id]))= option.text
|
||||
|
||||
doctype html
|
||||
html(dir=ll.meta_direction)
|
||||
html(dir=ll.meta_direction, lang=settings.language)
|
||||
head
|
||||
title= `${ll.t_settings} | Bibliogram`
|
||||
include includes/head
|
||||
@@ -61,7 +61,8 @@ html(dir=ll.meta_direction)
|
||||
{value: "ms", text: "Bahasa Melayu"},
|
||||
{value: "pl", text: "Polski"},
|
||||
{value: "ru", text: "Русский"},
|
||||
{value: "tr", text: "Türkçe"}
|
||||
{value: "tr", text: "Türkçe"},
|
||||
{value: "uk", text: "Українська"}
|
||||
])
|
||||
|
||||
+select("save_data", ll.save_data, true, [
|
||||
|
||||
@@ -74,7 +74,7 @@ html
|
||||
if selectedTimeline.entryCount != undefined
|
||||
div.profile-counter
|
||||
| #[span(data-numberformat=selectedTimeline.entryCount).count #{numberFormat(selectedTimeline.entryCount)} ]
|
||||
= ll.post_counter_label
|
||||
= ll.fn_post_counter_label ? ll.fn_post_counter_label(selectedTimeline.entryCount) : ll.post_counter_label
|
||||
if followerCountsAvailable
|
||||
if user.following != undefined
|
||||
div.profile-counter
|
||||
|
||||
@@ -8,9 +8,15 @@ $theme: () !default
|
||||
font-display: swap
|
||||
src: url(/static/fonts/bariol.woff2) format("woff2"), url(/static/fonts/bariol.ttf) format("truetype")
|
||||
|
||||
body, input, button, textarea
|
||||
body
|
||||
font-family: "Bariol", sans-serif
|
||||
|
||||
[lang="uk"] body // consistent cyrillic
|
||||
font-family: "Cantarell", sans-serif
|
||||
|
||||
input, button, textarea
|
||||
font-family: inherit
|
||||
|
||||
summary
|
||||
text-decoration: underline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user