From bc3d434e1b14c5edc7136b6e1e25c011fbf0aa88 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:15 +0200 Subject: [PATCH] New translations relationship.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/relationship.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/pt_BR/components/relationship.json diff --git a/src/i18n/pt_BR/components/relationship.json b/src/i18n/pt_BR/components/relationship.json new file mode 100644 index 00000000..ccf2aa7b --- /dev/null +++ b/src/i18n/pt_BR/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "" + }, + "block": { + "function": "" + }, + "button": { + "error": "", + "blocked_by": "", + "blocking": "", + "following": "", + "requested": "", + "default": "" + } +} \ No newline at end of file