mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #39 from Nouutilizaire/dev
i18n Completes Occitan translation
This commit is contained in:
commit
a3f7ecfb80
2 changed files with 13 additions and 0 deletions
8
resources/lang/oc/notification.php
Normal file
8
resources/lang/oc/notification.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'likedPhoto' => 'a aimat vòstra fòto.',
|
||||
'startedFollowingYou' => 'a començat de vos seguir.',
|
||||
|
||||
];
|
5
resources/lang/oc/profile.php
Normal file
5
resources/lang/oc/profile.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'emptyTimeline' => 'Aqueste utilizaire a pas encara de publicacion !',
|
||||
];
|
Loading…
Reference in a new issue