diff --git a/extensions/akismet/locale/.gitkeep b/extensions/akismet/locale/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/extensions/akismet/locale/en.yml b/extensions/akismet/locale/en.yml new file mode 100644 index 000000000..861348177 --- /dev/null +++ b/extensions/akismet/locale/en.yml @@ -0,0 +1,22 @@ +flarum-akismet: + + ## + # UNIQUE KEYS - The following keys are used in only one location each. + ## + + # Translations in this namespace are used by the admin interface. + admin: + + # These translations are used in the Akismet Settings modal dialog. + akismet_settings: + api_key_label: API Key + title: Akismet Settings + + # Translations in this namespace are used by the forum user interface. + forum: + + # These translations are used by the frame displayed around flagged posts. + post: + akismet_flagged_text: Akismet flagged as spam + not_spam_button: Not Spam +