-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #4426 [String] Add SpanishInflector support for singular and …
…plural (dennistobar) This PR was squashed before being merged into the 3.x branch. Discussion ---------- [String] Add SpanishInflector support for singular and plural This PR implement a new Inflector using Spanish (ISO Code = es) implemented in this PR symfony/symfony#58228. * I sort the list of supported Inflectors to follow some rule (alphabet?) * I just change invalid test from "it" to "qq" (qq doesn't exist as valid ISO code, but it is italian... don't be evil if anyone want to create the italian inflector 😅 ) Commits ------- 290a923 [String] Add SpanishInflector support for singular and plural
- Loading branch information
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters