From 34d2d86c9c1008541f9edf19bb57dc59aa019123 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 10:42:21 +0200 Subject: [PATCH] New translations actions.json (Chinese Traditional) --- src/i18n/zh-Hant/screens/actions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/zh-Hant/screens/actions.json diff --git a/src/i18n/zh-Hant/screens/actions.json b/src/i18n/zh-Hant/screens/actions.json new file mode 100644 index 00000000..d6d2c219 --- /dev/null +++ b/src/i18n/zh-Hant/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