1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-17 03:28:49 +00:00

Improve right-to-left language support

This commit is contained in:
Cadence Ember
2020-07-28 03:31:21 +12:00
parent 9e589b5860
commit 08ef1a8f28
8 changed files with 29 additions and 9 deletions

View File

@@ -2,6 +2,8 @@ const data = {...require("./base")}
const {pug} = require("./utils/functions")
;(() => {
data.meta_direction = "ltr"
data.go_to_profile = "Vai al profilo"
data.go_to_post = "Vai al post"
data.go_username_or_url = "Nome utente o indirizzo URL"