From 5907bba2f0035dc8dafe353140d591e461ed51fa Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 17 Jul 2022 23:48:48 +0200 Subject: [PATCH] New translations relationship.json (Japanese) --- src/i18n/ja/components/relationship.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/ja/components/relationship.json diff --git a/src/i18n/ja/components/relationship.json b/src/i18n/ja/components/relationship.json new file mode 100644 index 00000000..ccf2aa7b --- /dev/null +++ b/src/i18n/ja/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