From ad554b48e7dc355d9b33eede98f4e3e829fd867e Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 31 Dec 2024 14:30:16 +0000 Subject: switch to my own translations system i really don't like gettext --- templates/interaction_button.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/interaction_button.php') diff --git a/templates/interaction_button.php b/templates/interaction_button.php index 40fe392..9115435 100644 --- a/templates/interaction_button.php +++ b/templates/interaction_button.php @@ -1,9 +1,9 @@ _('Like'), - 'dislike' => _('Dislike'), - 'reshare' => _('Reshare') + 'like' => __('note.action.like'), + 'dislike' => __('note.action.dislike'), + 'reshare' => __('note.action.reshare') }; $icon = match ($action) { 'like' => 'favorite', -- cgit v1.3