fix: unnecessery 'm' letter removed in pt-BR (#1100)

This commit is contained in:
Lucas-BRT 2024-04-16 22:02:59 -03:00 committed by GitHub
parent 4d73b8289d
commit 6a019dae13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ export default {
folderContent: {
folder: "Arquivo",
itemsUnderFolder: ({ count }) =>
count === 1 ? "1 item mneste arquivo." : `${count} items neste arquivo.`,
count === 1 ? "1 item neste arquivo." : `${count} items neste arquivo.`,
},
tagContent: {
tag: "Tag",