Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

epcgrs
Copy link
Contributor

@epcgrs epcgrs commented Jan 25, 2024

| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix #53015
| License | MIT

@carsonbot carsonbot added this to the 5.4 milestone Jan 25, 2024
@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has a contribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (see https://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (see https://symfony.com/releases)
  • Features and deprecations must be submitted against the 7.1 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@@ -192,7 +192,7 @@
</trans-unit>
<trans-unit id="51" resname="No temporary folder was configured in php.ini.">
<source>No temporary folder was configured in php.ini, or the configured folder does not exist.</source>
<target state="needs-review-translation">Não foi configurada uma pasta temporária no php.ini, ou a pasta configurada não existe.</target>
<target>Nenhum diretório temporário foi configurado no php.ini, ou o diretório configurado não existe.</target>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change here is intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xabbuh Yes, if it's an issue, I can revert this change. Upon reviewing it now, I think I might have made the change unnecessarily.

The intention was to make the sentence a bit more technical by replacing the word "pasta" (folder in english) with "diretório" (directory in english) and changing the negation and subject of the sentence to the beginning, making the sentence follow the subject-verb-object linguistic typology.

@nicolas-grekas
Copy link
Member

Thank you @epcgrs.

@nicolas-grekas nicolas-grekas merged commit 6b1be02 into symfony:5.4 Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants