Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Pixelfed
Commits
cb817690
Unverified
Commit
cb817690
authored
Jul 10, 2019
by
daniel
Committed by
GitHub
Jul 10, 2019
Browse files
Merge pull request #1488 from pixelfed/frontend-ui-refactor
Update instance config, preserve backwards compatible defaults
parents
7de72ae3
b5c017a2
Changes
6
Hide whitespace changes
Inline
Side-by-side
config/instance.php
View file @
cb817690
...
...
@@ -25,7 +25,7 @@ return [
'timeline'
=>
[
'local'
=>
[
'is_public'
=>
env
(
'INSTANCE_PUBLIC_LOCAL_TIMELINE'
,
fals
e
)
'is_public'
=>
env
(
'INSTANCE_PUBLIC_LOCAL_TIMELINE'
,
tru
e
)
]
],
...
...
resources/lang/oc/navmenu.php
View file @
cb817690
...
...
@@ -2,6 +2,11 @@
return
[
'search'
=>
'Cercar'
,
'home'
=>
'Acuèlh'
,
'local'
=>
'Local'
,
'network'
=>
'Malhum'
,
'discover'
=>
'Descobrir'
,
'viewMyProfile'
=>
'Veire mon perfil'
,
'myTimeline'
=>
'Ma cronologia'
,
'publicTimeline'
=>
'Cronologia publica'
,
...
...
resources/lang/oc/notification.php
View file @
cb817690
...
...
@@ -3,8 +3,10 @@
return
[
'likedPhoto'
=>
'a aimat vòstra fòto.'
,
'likedComment'
=>
'a aimat vòstre comentari.'
,
'startedFollowingYou'
=>
'a començat de vos seguir.'
,
'commented'
=>
'a comentat vòstra publicacion.'
,
'mentionedYou'
=>
'vos a mencionat.'
,
'shared'
=>
'a partejat vòstra publicacion.'
,
];
resources/lang/oc/profile.php
View file @
cb817690
...
...
@@ -6,4 +6,9 @@ return [
'emptyFollowing'
=>
'Aqueste utilizaire sèc degun pel moment !'
,
'emptySaved'
=>
'Avètz cap de publicacion salvagardas pel moment !'
,
'savedWarning'
=>
'Solament vos vesètz çò que salvagardatz'
,
'privateProfileWarning'
=>
'Aqueste compte es privat'
,
'alreadyFollow'
=>
'Seguissètz ja :username ?'
,
'loginToSeeProfile'
=>
'per veire lor fòtos e vidèos.'
,
'status.disabled.header'
=>
'Perfil pas disponible'
,
'status.disabled.body'
=>
'Aqueste perfil es pas disponible pel moment. Volgatz tornar ensajar mai tard.'
,
];
resources/lang/oc/site.php
View file @
cb817690
...
...
@@ -12,5 +12,7 @@ return [
'l10nWip'
=>
'Sèm encara a trabalhar sus la presa en carga de las traduccions'
,
'currentLocale'
=>
'Lenga actuala'
,
'selectLocale'
=>
'Seleccionatz una de las lengas disponiblas'
,
'contact'
=>
'Contacte'
,
'contact-us'
=>
'Nos contactar'
,
];
resources/lang/oc/timeline.php
View file @
cb817690
...
...
@@ -2,6 +2,6 @@
return
[
'emptyPersonalTimeline'
=>
'Vòstr
e
cronologia es voida.'
,
'emptyPersonalTimeline'
=>
'Vòstr
a
cronologia es voida.'
,
];
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment