about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorGomasy <nyan@gomasy.jp>2018-10-17 23:54:59 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-10-17 16:54:59 +0200
commit7085b21f70ee0640e034c5884a93da9b015b4ab5 (patch)
tree5a7696d6f829f84f7620dc15d6f6e6fb7c7a5290 /config
parent926451152e810603f305b60a8746ecca706df4ca (diff)
Add destroy_custom_emoji translation (#8997)
Includes Japanese and English
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/ja.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f4a0111d3..26fe0080d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -177,6 +177,7 @@ en:
         create_domain_block: "%{name} blocked domain %{target}"
         create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
         demote_user: "%{name} demoted user %{target}"
+        destroy_custom_emoji: "%{name} destroyed emoji %{target}"
         destroy_domain_block: "%{name} unblocked domain %{target}"
         destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
         destroy_status: "%{name} removed status by %{target}"
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index ecd6e82d4..84426f84e 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -177,6 +177,7 @@ ja:
         create_domain_block: "%{name} さんがドメイン %{target} をブロックしました"
         create_email_domain_block: "%{name} さんがドメイン %{target} をメールアドレス用ブラックリストに追加しました"
         demote_user: "%{name} さんが %{target} さんを降格しました"
+        destroy_custom_emoji: "%{name} さんがカスタム絵文字 %{target} を削除しました"
         destroy_domain_block: "%{name} さんがドメイン %{target} のブロックを外しました"
         destroy_email_domain_block: "%{name} さんがドメイン %{target} をメールアドレス用ブラックリストから外しました"
         destroy_status: "%{name} さんが %{target} さんの投稿を削除しました"