Skip to content

Commit

Permalink
Remove useless translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony BOTALLA committed Jan 7, 2020
1 parent 4f79611 commit 4ae0334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions resources/lang/en/translation.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

return [
'translations' => 'Translations',
'translation' => 'Translation',
'namespace' => 'Namespace',
'group' => 'Group',
'key' => 'Key',
'language' => 'Language',
'add_lang' => 'Add a lang',
'nb_translations_added' => '{0} No translation key added.|{1} 1 translation key added.|[2,*] :cpt translations keys added.',
];
7 changes: 0 additions & 7 deletions resources/lang/fr/translation.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

return [
'translations' => 'Traductions',
'translation' => 'Traduction',
'namespace' => 'Namespace',
'group' => 'Groupe',
'key' => 'Clé de traduction',
'language' => 'Langue',
'add_lang' => 'Ajouter une langue',
'nb_translations_added' => '{0} Aucune clé de traduction ajoutée.|{1} 1 clé de traduction ajoutée.|[2,*] :cpt clés de traductions ajoutées.',
];

0 comments on commit 4ae0334

Please sign in to comment.