mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-24 06:40:23 +00:00
🔠 Standardize brand name casing to **EINUNDZWANZIG** across translations, controllers, views, and configurations
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use App\Models\LibraryItem;
|
||||
|
||||
return [
|
||||
'feeds' => [
|
||||
'main' => [
|
||||
@@ -11,14 +13,14 @@ return [
|
||||
* You can also pass an argument to that method. Note that their key must be the name of the parameter:
|
||||
* [App\Model::class, 'getAllFeedItems', 'parameterName' => 'argument']
|
||||
*/
|
||||
'items' => [\App\Models\LibraryItem::class, 'getFeedItems'],
|
||||
'items' => [LibraryItem::class, 'getFeedItems'],
|
||||
|
||||
/*
|
||||
* The feed will be available on this url.
|
||||
*/
|
||||
'url' => 'feed',
|
||||
|
||||
'title' => 'Einundzwanzig - Feed',
|
||||
'title' => 'EINUNDZWANZIG - Feed',
|
||||
'description' => 'Toximalist infotainment for bullish bitcoiners.',
|
||||
'language' => 'de',
|
||||
|
||||
|
||||
+3
-3
@@ -42,8 +42,8 @@ return [
|
||||
* Description rendered on the home page of the API documentation (`/docs/api`).
|
||||
*/
|
||||
'description' => <<<'MARKDOWN'
|
||||
Willkommen bei der **Einundzwanzig API** – der öffentlichen Schnittstelle der
|
||||
[Einundzwanzig](https://portal.einundzwanzig.space) Bitcoin-Community-Plattform.
|
||||
Willkommen bei der **EINUNDZWANZIG API** – der öffentlichen Schnittstelle der
|
||||
[EINUNDZWANZIG](https://portal.einundzwanzig.space) Bitcoin-Community-Plattform.
|
||||
|
||||
Über diese API erreichst du die Daten der dezentralen deutschsprachigen Bitcoin-Bewegung:
|
||||
Meetups und ihre Termine, Kurse und Kurs-Events, Referenten, Veranstaltungsorte sowie die
|
||||
@@ -68,7 +68,7 @@ return [
|
||||
],
|
||||
|
||||
'ui' => [
|
||||
'title' => 'Einundzwanzig API',
|
||||
'title' => 'EINUNDZWANZIG API',
|
||||
],
|
||||
|
||||
'renderer' => 'scalar',
|
||||
|
||||
Reference in New Issue
Block a user