fix: docs: array syntax (#5392)

This commit is contained in:
maTh
2023-05-11 23:26:20 +02:00
committed by GitHub
parent 4b2a94453f
commit b1d55b8de3
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ The translation files are quite simple: its only a matter of returning a PHP
```php
<?php
return array(
'action' => [
'action' => array(
'actualize' => 'Actualiser',
'back_to_rss_feeds' => '← Retour à vos flux RSS',
'cancel' => 'Annuler',

View File

@@ -37,7 +37,7 @@ retourner un tableau PHP contenant les traductions. Extrait du fichier
```php
<?php
return array(
'action' => [
'action' => array(
'actualize' => 'Actualiser',
'back_to_rss_feeds' => '← Retour à vos flux RSS',
'cancel' => 'Annuler',