-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(pt): replace 'vua' with 'vue' in multiple files #81
docs(pt): replace 'vua' with 'vue' in multiple files #81
Conversation
✅ Deploy Preview for vue3-docs-pt ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -86,7 +86,7 @@ const { x, y } = useMouse() | |||
Mouse position is at: {{ x }}, {{ y }} | |||
</div> | |||
|
|||
[Experimente-o na Zona de Testes](https://play.vuejs.org/#eNqNkj1rwzAQhv/KocUOGKVzSAIdurVjoQUvJj4XlfgkJNmxMfrvPcmJkkKHLrbu69H7SlrEszFyHFDsxN6drDIeHPrBHGtSvdHWwwKDwzfNHwjQWd1DIbd9jOW3K2qq6aTJxb6pgpl7Dnmg3NS0365YBnLgsTfnxiNHACvUaKe80gTKQeN3sDAIQqjignEhIvKYqMRta1acFVrsKtDEQPLYxuU7cV8Msmg2mdTilIa6gU5p27tYWKKq1c3ENphaPrGFW25+yMXsHWFaFlfiiOSvFIBJjs15QJ5JeWmaL/xYS/Mfpc9YYrPxl52ULOpwhIuiVl9k07Yvsf9VOY+EtizSWfR6xKK6itgkvQ/+fyNs6v4XJXIsPwVL+WprCiL8AEUxw5s=) | |||
[Experimente-o na Zona de Testes](https://play.vuejs.org/#eNqNkj1rwzAQhv/KocUOGKVzSAIdurVjoQUvJj4XlfgkJNmxMfrvPcmJkkKHLrbu69H7SlrEszFyHFDsxN6drDIeHPrBHGtSvdHWwwKDwzfNHwjQWd1DIbd9jOW3K2qq6aTJxb6pgpl7Dnmg3NS0365YBnLgsTfnxiNHACVueKe80gTKQeN3sDAIQqjignEhIvKYqMRta1acFVrsKtDEQPLYxuU7cV8Msmg2mdTilIa6gU5p27tYWKKq1c3ENphaPrGFW25+yMXsHWFaFlfiiOSvFIBJjs15QJ5JeWmaL/xYS/Mfpc9YYrPxl52ULOpwhIuiVl9k07Yvsf9VOY+EtizSWfR6xKK6itgkvQ/+fyNs6v4XJXIsPwVL+WprCiL8AEUxw5s=) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a heads up that this link appears to be broken now
do you think we should also change instances of |
@mumumilk, the documentation will still be as it is, because it is extremely necessary to observe the grammatical rules of Portuguese. Vue is not a language but an abstraction of a language so it does not have the right to use the article O, and in Portuguese, we use a lot of subtle words, so when we say A vue there is a word between these two words that is abstração, so to not repeatedly write A abstração Vue the documentation use just A vue, the same rule is applied to da Vue where would be written da abstração vue but it just use da vue |
@nazarepiedady "Abstração" however is a word that you defined by yourself to be the direct translation of "framework". Framework could be translated to other words, "arcabouço" as an example, which would then use the "O" article. @mumumilk In my opinion, yes, we would change to "O" in every instance. Using other frameworks/libs as example, we rarely see someone saying "A React", "A Angular", "A Svelte", "A Ember" and so forth. |
@mumumilk the documentation use the abstração because it follows a debate about the usage of the word framework where many experienced programmers defend and prefer to use the word abstraction in the place of framework. Normally I do some instigations about the terms and alternatives before deciding to use some translated word, but as I said the documentation is using the a not just because framework was translated to abstração but because Vue abstract the JavaScript. Those choices of words are made for translations done exclusively for Brazillian Portuguese. This is not the case. We always use dictionaries to read any content even if this content is written in Portuguese, and for us, the majority of the Portuguese content available on the internet is in Brazillian Portuguese, even for this case we just use dictionaries. It is too simple, just use the dictionary as we do. I do not intend to answer any questions about this point. I will link an issue where people interested can find some of my points about this subject vuejs-br/docs-next/issue/292. |
Description of Problem
Several "Vua" instances found while reading the documentation
Proposed Solution
Replace "Vua" with "Vue"