From bbd3bf7d8598e63b6760096d2e107660429d4c5e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 17 Jul 2022 23:48:50 +0200 Subject: [PATCH] New translations actions.json (Japanese) --- src/i18n/ja/screens/actions.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/i18n/ja/screens/actions.json diff --git a/src/i18n/ja/screens/actions.json b/src/i18n/ja/screens/actions.json new file mode 100644 index 00000000..55e9959c --- /dev/null +++ b/src/i18n/ja/screens/actions.json @@ -0,0 +1,20 @@ +{ + "content": { + "altText": { + "heading": "" + }, + "notificationsFilter": { + "heading": "", + "content": { + "follow": "", + "follow_request": "", + "favourite": "", + "reblog": "", + "mention": "", + "poll": "", + "status": "", + "update": "" + } + } + } +} \ No newline at end of file