fix(friendly): Friendly

This commit is contained in:
NoriDev 2022-09-06 17:01:56 +09:00
parent c31fc83bc3
commit cd4e7cad22
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
---
_lang_: "한국어"
friendly: "Friendly"
headlineMisskey: "노트로 연결되는 네트워크"
introMisskey: "환영합니다! Misskey 는 오픈 소스 분산형 마이크로 블로그 서비스입니다.\n\"노트\" 를 작성해서, 지금 일어나고 있는 일을 공유하거나, 당신만의 이야기를 모두에게 발신하세요📡\n\"리액션\" 기능으로, 친구의 노트에 총알같이 반응을 추가할 수도 있습니다👍\n새로운 세계를 탐험해 보세요🚀"
monthAndDay: "{month}월 {day}일"

View file

@ -102,7 +102,7 @@ export const navbarItemDef = reactive({
icon: 'fas fa-columns',
action: (ev) => {
os.popupMenu([{
text: i18n.ts.friendly,
text: 'Friendly',
active: ui === 'friendly' || ui === null,
action: () => {
localStorage.setItem('ui', 'friendly');