lucascudo / laravel-pt-BR-localization

Tradução do Laravel para português brasileiro (pt-BR locale). Buy me a coffe: https://www.buymeacoffee.com/lucasrocha
GNU General Public License v3.0
1.15k stars 211 forks source link

Component uses kebab-case instead of standard snake-case #61

Closed lucianobargmann closed 1 year ago

lucianobargmann commented 2 years ago

Laravel does not enforce the name of your localization language, but to keep consistency, 'pt_BR' (with undescore) should be used as the language identifier, instead of 'pt-BR' (with a dash);