From 61d35191fff54abd4cbc4c25be002d295e024759 Mon Sep 17 00:00:00 2001 From: Jesiel Viana Date: Wed, 6 Aug 2025 17:40:57 -0300 Subject: [PATCH] add in pt-BR file and remove form pt-PT --- src/assets/i18n/pt-BR.json5 | 7 ++++++- src/assets/i18n/pt-PT.json5 | 6 ------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index c8efcb261c..a377e607d8 100644 --- a/src/assets/i18n/pt-BR.json5 +++ b/src/assets/i18n/pt-BR.json5 @@ -10471,5 +10471,10 @@ // TODO New key - Add a translation "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", + "item.preview.organization.url": "URL", -} \ No newline at end of file + "item.preview.organization.address.addressLocality": "Cidade", + + "item.preview.organization.alternateName":"Nome alternativo", + +} diff --git a/src/assets/i18n/pt-PT.json5 b/src/assets/i18n/pt-PT.json5 index de8ea91881..7548803f08 100644 --- a/src/assets/i18n/pt-PT.json5 +++ b/src/assets/i18n/pt-PT.json5 @@ -10798,10 +10798,4 @@ // TODO New key - Add a translation "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", - "item.preview.organization.url": "URL", - - "item.preview.organization.address.addressLocality": "Cidade", - - "item.preview.organization.alternateName":"Nome alternativo", - }