Replies: 5 comments
|
I18n is not planned for now but you can change text in your default-theme folder :) |
0 replies
|
Laravel, with its Plural or Singular functions, takes into account the language. For example, by default if you define a CRUD as categories it generates the model and controller as 'category' but if you define the pluralizer as 'spanish' it generates it as 'categoria'. |
0 replies
|
Do you use spanish in your file name or table name? 🤔 |
0 replies
|
Yes. |
0 replies
|
I've converted into discussion. If other people are interested in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Pluralizer::useLanguage('spanish');
Docs:
https://laravel.com/docs/9.x/localization#pluralization-language
All reactions