mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: unnecessery 'm' letter removed in pt-BR (#1100)
This commit is contained in:
parent
4d73b8289d
commit
6a019dae13
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue