Skip to content

Commit

Permalink
translations
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 13, 2024
1 parent 359bcab commit bba3cbd
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 64 deletions.
128 changes: 66 additions & 62 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion database/factories/TranslationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TranslationFactory extends Factory
public function definition(): array
{
return [
//
'locale' => $this->faker->locale(),
];
}
}
2 changes: 1 addition & 1 deletion src/Root.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Root
*
* @var string
*/
public const VERSION = '2.4.1';
public const VERSION = '2.5.0';

/**
* The registered booting callbacks.
Expand Down
Loading

0 comments on commit bba3cbd

Please sign in to comment.