Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Multilingual support for the website radicle.xyz #316

Open
ghost opened this issue Sep 11, 2022 · 0 comments
Open

Multilingual support for the website radicle.xyz #316

ghost opened this issue Sep 11, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2022

Hi all!

1. feature-name

Multilingual support for website radicle.xyz

2. feature-description

It would be interesting to choose the language I like or know on the main page. This would be interesting if the radicle community wants to be more adopted by other people in different countries.

2.1 sample from url

For this to be possible, it would be necessary to create url routes to access a translated mustache page.

- radicle.xyz/language/en-us.html
- radicle.xyz/language/pt-br.html

2.2. source-code

<select id="language" title="language" class="svelte-cz0uax foreground regular" style="background: none;border: none;border: ;height: var(--button-regular-height);padding: 0 1.5rem;min-width: 6rem;background: ;border-radius: 10px;border: 1px solid white;">
   <option value="#" seleted="">language</option>
   <option value="language/en.html">English</option>
   <option value="language/pt-br">Portuguese Brazil</option>
</select>

2.3. concept

2.3.1 concept 1

image

2.3.2 concept 2

image

3. Additional Information

  • Difficulty level: Maybe it's easy
  • Necessary knowledge: knowledge in url routes, programming logic in Javascript programming language with template engine called mustache.
@ghost ghost changed the title Multilingual support for the website Multilingual support for the website radicle.xyz Sep 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants