mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 05:16:22 +00:00
fix: correciones varias en componente remote_profile
This commit is contained in:
parent
e728c09cc2
commit
ae0ca386c3
3 changed files with 10 additions and 4 deletions
|
@ -5,12 +5,16 @@
|
|||
%dt= t('.profile_name')
|
||||
%dd= remote_profile['name']
|
||||
|
||||
%dt= t('.preferred_name')
|
||||
%dd= remote_profile['preferredUsername']
|
||||
|
||||
%dt= t('.profile_id')
|
||||
%dd= remote_profile['id']
|
||||
%dd
|
||||
%a{ href: 'https://mastodon.mauve.moe/users/mauve' }= remote_profile['id']
|
||||
|
||||
%dt= t('.profile_published')
|
||||
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
|
||||
|
||||
%dd
|
||||
= render 'layouts/time', time: remote_profile['published']
|
||||
%dt= t('.profile_summary')
|
||||
%dd= remote_profile['summary'].html_safe
|
||||
|
||||
|
|
|
@ -114,6 +114,7 @@ en:
|
|||
user: Username
|
||||
profile: Profile
|
||||
profile_name: Profile name
|
||||
preferred_name: Name in Fediverse
|
||||
profile_id: ID
|
||||
profile_published: Published
|
||||
profile_summary: Summary
|
||||
|
|
|
@ -114,9 +114,10 @@ es:
|
|||
user: Nombre de usuario
|
||||
profile: Cuenta de Origen
|
||||
profile_name: Nombre de la Cuenta
|
||||
preferred_name: Nombre en el Fediverso
|
||||
profile_id: ID
|
||||
profile_published: Publicada
|
||||
profile_summary: Resumen
|
||||
profile_summary: Presentación
|
||||
instances:
|
||||
title: Mis listas de bloqueo
|
||||
description: Descripción de listas de bloqueo
|
||||
|
|
Loading…
Reference in a new issue