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: {
|
folderContent: {
|
||||||
folder: "Arquivo",
|
folder: "Arquivo",
|
||||||
itemsUnderFolder: ({ count }) =>
|
itemsUnderFolder: ({ count }) =>
|
||||||
count === 1 ? "1 item mneste arquivo." : `${count} items neste arquivo.`,
|
count === 1 ? "1 item neste arquivo." : `${count} items neste arquivo.`,
|
||||||
},
|
},
|
||||||
tagContent: {
|
tagContent: {
|
||||||
tag: "Tag",
|
tag: "Tag",
|
||||||
|
Loading…
Reference in New Issue
Block a user