fix: unnecessery 'm' letter removed in pt-BR (#1100)
This commit is contained in:
parent
4d73b8289d
commit
6a019dae13
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user