Feat: Translating States and Countries For Greece

This commit is contained in:
2026-09-15 22:30:57 +03:00
parent 02816fb9e7
commit ea73cc3562
3 changed files with 74 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ class CoreServiceProvider extends ServiceProvider
$this->loadViewsFrom(__DIR__ . '/../../resources/views', 'core');
Blade::anonymousComponentPath(__DIR__ . '/../../resources/views', 'core');
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
$this->loadTranslationsFrom(__DIR__ . '/../../lang', 'core');
$this->publishes([
__DIR__ . '/../../config/core.php' => config_path('core.php'),