mirror of https://github.com/pixelfed/pixelfed
Create site.php
parent
112fd39619
commit
7f79c5e84c
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'about' => 'Tentang',
|
||||||
|
'help' => 'Bantuan',
|
||||||
|
'language' => 'Bahasa',
|
||||||
|
'fediverse' => 'Fediverse',
|
||||||
|
'opensource' => 'Open Source',
|
||||||
|
'terms' => 'Syarat',
|
||||||
|
'privacy' => 'Privasi',
|
||||||
|
'l10nWip' => 'Kami masih mengusahakan fitur multi bahasa ini',
|
||||||
|
'currentLocale' => 'Locale sekarang',
|
||||||
|
'selectLocale' => 'Pilih salah satu bahasa yang tersedia',
|
||||||
|
];
|
Loading…
Reference in New Issue