mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🛠️ Add Nostr publishing support with i18n templates and country‑specific configuration for domain handling and CLI command
This commit is contained in:
@@ -30,11 +30,17 @@ class DomainMiddleware
|
||||
'lang_country' => 'pl-PL',
|
||||
'app_name' => 'DWADZIEŚCIA JEDEN Portal',
|
||||
],
|
||||
|
||||
'pl.localhost' => [
|
||||
'locale' => 'pl',
|
||||
'lang_country' => 'pl-PL',
|
||||
'app_name' => 'DWADZIEŚCIA JEDEN Portal',
|
||||
],
|
||||
'hu.localhost' => [
|
||||
'locale' => 'hu',
|
||||
'lang_country' => 'hu-HU',
|
||||
'app_name' => 'HUSZONEGY Portál',
|
||||
],
|
||||
];
|
||||
|
||||
// App-Locale dynamisch setzen
|
||||
|
||||
Reference in New Issue
Block a user