Skip to content
Snippets Groups Projects
Commit 10f6d598 authored by syuilo's avatar syuilo
Browse files

i18n

parent 63fdb683
Loading
......@@ -248,6 +248,9 @@ desktop/views/components/drive.vue:
upload: "Upload a file"
url-upload: "Upload from a URL"
desktop/views/components/messaging-window.vue:
title: "Messaging"
desktop/views/components/notes.note.vue:
reposted-by: "Reposted by {}"
reply: "Reply"
......
......@@ -248,6 +248,9 @@ desktop/views/components/drive.vue:
upload: "ファイルをアップロード"
url-upload: "URLからアップロード"
desktop/views/components/messaging-window.vue:
title: "メッセージ"
desktop/views/components/notes.note.vue:
reposted-by: "{}がRenote"
reply: "返信"
......
<template>
<mk-window ref="window" width="500px" height="560px" @closed="$destroy">
<span slot="header" :class="$style.header">%fa:comments%メッセージ</span>
<span slot="header" :class="$style.header">%fa:comments%%i18n:@title%</span>
<mk-messaging :class="$style.content" @navigate="navigate"/>
</mk-window>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment