From bc15f056031e526cbff523efc4bd85b2dbd6387c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 11 Jun 2023 07:40:22 -0500 Subject: [PATCH] fix deprecated usage of settings --- config/_default/languages.en.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 0628e70..948c76b 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,15 +1,15 @@ languageCode = "en" languageName = "English" -displayName = "EN" -isoCode = "en" +# displayName = "EN" +# isoCode = "en" weight = 1 -rtl = false +# rtl = false title = "TFC Connection" -description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission." +# description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission." # copyright = "Copy, _right?_ :thinking_face:" -dateFormat = "Jan 02, 06" +# dateFormat = "Jan 02, 06" [author] name = "TFC Connection"