From e74499aea4ee0178477df80d2e296eb72ce9bf3c Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:11 +0200 Subject: [PATCH] New translations common.json (Portuguese, Brazilian) --- src/i18n/pt_BR/common.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/i18n/pt_BR/common.json diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json new file mode 100644 index 00000000..d17849b2 --- /dev/null +++ b/src/i18n/pt_BR/common.json @@ -0,0 +1,22 @@ +{ + "buttons": { + "OK": "", + "apply": "", + "cancel": "" + }, + "customEmoji": { + "accessibilityLabel": "" + }, + "message": { + "success": { + "message": "" + }, + "warning": { + "message": "" + }, + "error": { + "message": "" + } + }, + "separator": "" +} \ No newline at end of file