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