From b5e5921cddb0d26679289af72edb13e138cd56ef Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 5 Dec 2017 16:49:07 -0700 Subject: [PATCH] Missing lang string --- languages/en.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/en.yaml b/languages/en.yaml index 30a571f1..2e22b9f0 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -693,4 +693,6 @@ PLUGIN_ADMIN: 2FA_SECRET_HELP: "Scan this QR code into your [Authenticator App](https://learn.getgrav.org/admin-panel/2fa#apps). Also it's a good idea to backup the secret in a safe location, in case you need to reinstall your app. Check the [Grav docs](https://learn.getgrav.org/admin-panel/2fa) for more information " 2FA_REGENERATE: "Regenerate" FORCE_LOWERCASE_URLS: "Force lowercase URLs" - FORCE_LOWERCASE_URLS_HELP: "By default grav will set all slugs and routes to be lowercase. With this set to false, Uppercase slugs and routes can be used" \ No newline at end of file + FORCE_LOWERCASE_URLS_HELP: "By default grav will set all slugs and routes to be lowercase. With this set to false, Uppercase slugs and routes can be used" + INTL_ENABLED: "Intl module integration" + INTL_ENABLED_HELP: "Use Intl PHP module and collate to sort UTF8 based collections" \ No newline at end of file