From b11be189f476c80a162647a16a9bd3520a5222c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yh=C3=ABhtozr?= Date: Mon, 18 Oct 2021 14:52:06 +0900 Subject: [PATCH] helper labels --- config/locales/helpers/en.yml | 11 +++++++++++ config/locales/helpers/fr.yml | 11 +++++++++++ config/locales/helpers/ja.yml | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 config/locales/helpers/en.yml create mode 100644 config/locales/helpers/fr.yml create mode 100644 config/locales/helpers/ja.yml diff --git a/config/locales/helpers/en.yml b/config/locales/helpers/en.yml new file mode 100644 index 000000000000..31196299267a --- /dev/null +++ b/config/locales/helpers/en.yml @@ -0,0 +1,11 @@ +--- +en: + helpers: + label: + listing: + body_markdown: Body Markdown + expires_at: Custom Expire Date + location: Location + organization_id: Post under an organization + tag_list: Tags + title: Title diff --git a/config/locales/helpers/fr.yml b/config/locales/helpers/fr.yml new file mode 100644 index 000000000000..31196299267a --- /dev/null +++ b/config/locales/helpers/fr.yml @@ -0,0 +1,11 @@ +--- +en: + helpers: + label: + listing: + body_markdown: Body Markdown + expires_at: Custom Expire Date + location: Location + organization_id: Post under an organization + tag_list: Tags + title: Title diff --git a/config/locales/helpers/ja.yml b/config/locales/helpers/ja.yml new file mode 100644 index 000000000000..d2f95cc5f1f7 --- /dev/null +++ b/config/locales/helpers/ja.yml @@ -0,0 +1,11 @@ +--- +ja: + helpers: + label: + listing: + body_markdown: Body Markdown + expires_at: Custom Expire Date + location: Location + organization_id: Post under an organization + tag_list: Tags + title: Title