mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Add new localizations
This commit is contained in:
parent
ad122aa876
commit
5089d50bf0
2 changed files with 32 additions and 0 deletions
16
resources/lang/en/site.php
Normal file
16
resources/lang/en/site.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'fediverse' => 'Fediverse',
|
||||
'opensource' => 'Open Source',
|
||||
'terms' => 'Terms',
|
||||
'privacy' => 'Privacy',
|
||||
'l10nWip' => 'We’re still working on localization support',
|
||||
'currentLocale' => 'Current locale',
|
||||
'selectLocale' => 'Select from one of the supported languages',
|
||||
|
||||
];
|
16
resources/lang/fr/site.php
Normal file
16
resources/lang/fr/site.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'about' => 'Environ',
|
||||
'help' => 'Aidez-moi',
|
||||
'language' => 'La langue',
|
||||
'fediverse' => 'Fediverse',
|
||||
'opensource' => 'Open Source',
|
||||
'terms' => 'Termes',
|
||||
'privacy' => 'Intimité',
|
||||
'l10nWip' => 'Nous travaillons toujours sur le support de la localisation',
|
||||
'currentLocale' => 'Locale actuelle',
|
||||
'selectLocale' => 'Sélectionnez l\'une des langues prises en charge',
|
||||
|
||||
];
|
Loading…
Reference in a new issue