From f639eaf9f8b52f411ba727c3d82f8fa059611255 Mon Sep 17 00:00:00 2001 From: gaeltig <8724132+gaeljacquin@users.noreply.github.com> Date: Wed, 30 Dec 2020 16:44:47 -0500 Subject: [PATCH] chore: update README include option to set language --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec2d3a..cfaf45f 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ All options are optional and default to the values below. 'clickables', 'toc', ], + lang: 'en', // fallback to 'en' if set ISO code is not found // for non-React usage wrapperId: 'accessible-content' // override the a11ize target element } @@ -106,7 +107,7 @@ Example YAML files are in `src/i18n/en.yml`. The translated text should match to ## Credits -a11ize is largely inspired by [OCAD University's Infusion framework](https://github.com/fluid-project/infusion), which is a part of the Fluid Project. +a11ize is largely inspired by [OCAD University's Infusion framework](https://github.com/fluid-project/infusion), which is a part of the Fluid Project. We aimed to create a lighter, and more widely usable a11y toolkit that could work for any website with minimal modifications. ### Font Usage