From 00caf4d6923d8f280f2c9964dcac1f16eb7e5223 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:04:47 +0200 Subject: [PATCH] style(i18n): update Portuguese translations indentation --- src/locales/pt.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index bd6bbf1..6502f48 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -40,26 +40,26 @@ }, "slogan": "Feito para pesquisar.", "settings": { - "input": { - "done": { - "title": "Guardar valor", - "ariaLabel": "Guarda o valor introduzido" - } - }, - "switch": { - "title": "Alternar valor", - "ariaLabel": "Alterna o valor" - }, - "pages": { - "link": { - "ariaLabel": "Ir para a página de definições {page}" - } - }, - "noSectionSelected": "Nenhuma secção de definições está selecionada.", - "selection": { - "option": { - "ariaLabel": "Seleciona a opção {option}" - } - } + "input": { + "done": { + "title": "Guardar valor", + "ariaLabel": "Guarda o valor introduzido" + } + }, + "switch": { + "title": "Alternar valor", + "ariaLabel": "Alterna o valor" + }, + "pages": { + "link": { + "ariaLabel": "Ir para a página de definições {page}" + } + }, + "noSectionSelected": "Nenhuma secção de definições está selecionada.", + "selection": { + "option": { + "ariaLabel": "Seleciona a opção {option}" + } + } } } \ No newline at end of file