forked from AkkomaGang/akkoma-fe
Merge pull request 'Add scope locale for local only posts in status' (#106) from eris/pleroma-fe:add-local-locale into develop
Reviewed-on: AkkomaGang/pleroma-fe#106
This commit is contained in:
commit
2712e47bc1
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@
|
|||
"direct": "Direct",
|
||||
"private": "Followers-only",
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted"
|
||||
"unlisted": "Unlisted",
|
||||
"local": "Local - only your instance can see this status"
|
||||
},
|
||||
"show_less": "Show less",
|
||||
"show_more": "Show more",
|
||||
|
|
Loading…
Reference in a new issue