From 11d83e75792663d7945313628739d728948dd3b3 Mon Sep 17 00:00:00 2001 From: Frederic Merizen Date: Tue, 22 May 2018 12:22:07 +0200 Subject: [PATCH] Add translations for flipflop to avoid missing translation keys in feature screen in manager --- config/locales/flipflop.fr.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/locales/flipflop.fr.yml diff --git a/config/locales/flipflop.fr.yml b/config/locales/flipflop.fr.yml new file mode 100644 index 000000000..d0f9a6162 --- /dev/null +++ b/config/locales/flipflop.fr.yml @@ -0,0 +1,10 @@ +# These translations are used in the manager interface, which is in English, +# so we use English translations + +fr: + flipflop: + title: "%{application} features" + + feature_states: + enabled: "On" + disabled: "Off"