From dc1313f2a85596242b2ddd0f05dce7862d2fb96d Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 18 Jun 2022 15:33:20 +0200 Subject: [PATCH] Revert wte locale change in message-json too, for proper display should be like this here --- src/_locales/pt_BR/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_locales/pt_BR/messages.json b/src/_locales/pt_BR/messages.json index 65976f5..f67cbfa 100644 --- a/src/_locales/pt_BR/messages.json +++ b/src/_locales/pt_BR/messages.json @@ -245,5 +245,5 @@ "hash": "8a5dd7528bead1ccd27cb7430d797bd2" }, - "__WET_LOCALE__": { "message": "pt_BR" } -} \ No newline at end of file + "__WET_LOCALE__": { "message": "pt-BR" } +}