From c9802d160f0d5a1d22894b2dda874ba09eb91a9a Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:17 +0200 Subject: [PATCH] New translations actions.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/actions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/pt_BR/screens/actions.json diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json new file mode 100644 index 00000000..d6d2c219 --- /dev/null +++ b/src/i18n/pt_BR/screens/actions.json @@ -0,0 +1,19 @@ +{ + "content": { + "button": { + "apply": "", + "cancel": "" + }, + "notificationsFilter": { + "heading": "", + "content": { + "follow": "", + "favourite": "", + "reblog": "", + "mention": "", + "poll": "", + "follow_request": "" + } + } + } +} \ No newline at end of file