mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 02:03:55 -04:00
fix: docs: array syntax (#5392)
This commit is contained in:
@@ -24,7 +24,7 @@ The translation files are quite simple: it’s 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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user