webb-tools / webb-docs

Official documentation of Webb ecosystem
http://docs.webb.tools/
Mozilla Public License 2.0
4 stars 3 forks source link

[TASK] Add support for multiple languages using i18n #84

Open dutterbutter opened 1 year ago

dutterbutter commented 1 year ago

Overview

Our documentation site is currently only available in English, which limits its accessibility to non-English speaking users. To better serve our global audience, we need to add multiple language support to the site.

Problem

The current implementation of the documentation site only supports English, which makes it difficult for non-English speaking users to access and understand our content. This can limit our reach and impact in non-English speaking markets.

Proposed Solution

We propose implementing multiple language support using the i18n library, which is a popular solution for adding internationalization to web applications.

Benefits

By adding multiple language support to our documentation site, we can benefit in the following ways:

Implementation Details

To implement this solution, we suggest the following steps: