-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Japanese translation to EmojiPicker component #2359
Conversation
@@ -31,6 +31,15 @@ const ja = { | |||
"compose_form.spoiler": "テキストを隠す", | |||
"compose_form.spoiler_placeholder": "警告", | |||
"emoji_button.label": "絵文字を追加", | |||
"emoji_button.search": "検索...", | |||
"emoji_button.people": "ピープル", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
人々
"emoji_button.search": "検索...", | ||
"emoji_button.people": "ピープル", | ||
"emoji_button.nature": "自然", | ||
"emoji_button.food": "食べもの", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
食べ物
"emoji_button.people": "ピープル", | ||
"emoji_button.nature": "自然", | ||
"emoji_button.food": "食べもの", | ||
"emoji_button.activity": "アクティビティ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
活動
"emoji_button.food": "食べもの", | ||
"emoji_button.activity": "アクティビティ", | ||
"emoji_button.travel": "旅行と場所", | ||
"emoji_button.objects": "オブジェクト", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
物
"emoji_button.activity": "アクティビティ", | ||
"emoji_button.travel": "旅行と場所", | ||
"emoji_button.objects": "オブジェクト", | ||
"emoji_button.symbols": "シンボル", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
記号
ref #2302