mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
7 lines
156 B
PHP
7 lines
156 B
PHP
<?php
|
|
|
|
return [
|
|
'language_exists' => 'The language { :language } already exists',
|
|
'key_exists' => 'The translation key { :key } already exists',
|
|
];
|