iotaledger / stronghold.rs

Stronghold is a secret management engine written in rust.

Home Page:https://wiki.iota.org/stronghold.rs/getting_started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIP39Generate: Support remaining languages

WesleyBatista opened this issue · comments

Description

BIP39Generate in this project supports English and Japanese. The BIP39 list of language available has 8 more. Would be cool having support to the other languages, specially Portuguese.

Motivation

This library is used by the tauri-plugin-stronghold, and in the source code we see English is used by default, hardcoded. So I think that if I want to extend the languages there I'd first need to have it here.

Requirements

Write a list of what you want this feature to do.

  1. Support Portuguese
  2. Support the other languages

Open questions (optional)

Use this section to ask any questions that are related to the feature.

Are you planning to do it yourself in a pull request?

Yes