Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localization / language support #106

Closed
aaronleopold opened this issue Mar 22, 2023 · 7 comments
Closed

localization / language support #106

aaronleopold opened this issue Mar 22, 2023 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@aaronleopold
Copy link
Collaborator

I've started to hone the locale json file structure for English, something that just has to get done before any other languages are supported (so the json files keys are 1:1).

Currently, this work is being done in al/bye-chakra branch, specifically the locale files here.

Once en.json (English) is completed, I think I will just mass translate that file to a handful of other languages using whatever AI is best suited for language processing. I'll start with languages that use alphabets I am personally familiar with (e.g. Spanish, French, Italian, etc) and potentially add a few with alphabets I am not / those without alphabets (e.g. Russian, Chinese, Japanese, etc). This should kickstart the language support, but as with most AI things these translations will need to be checked by someone who actually knows the language.

@aaronleopold aaronleopold added enhancement New feature or request help wanted Extra attention is needed labels Mar 22, 2023
@aaronleopold aaronleopold added this to the 0.1.0 milestone Mar 22, 2023
@iEusKid
Copy link

iEusKid commented Mar 25, 2023

if you want to translate it to Arabic i will help you with that

@aaronleopold
Copy link
Collaborator Author

if you want to translate it to Arabic i will help you with that

That would be awesome, thank you! You're welcome to start whenever, basing off of this en.json as a base, but keep in mind it has some missing keys.

I'd be happy to ping you once the file itself is more completed, as well. I'm trying to look into self hostable services that provide some sort of web UI for people to do the translations, too, since it's all manual JSON editing at this point.

@iEusKid
Copy link

iEusKid commented Mar 27, 2023

if you want to translate it to Arabic i will help you with that

That would be awesome, thank you! You're welcome to start whenever, basing off of this en.json as a base, but keep in mind it has some missing keys.

I'd be happy to ping you once the file itself is more completed, as well. I'm trying to look into self hostable services that provide some sort of web UI for people to do the translations, too, since it's all manual JSON editing at this point.

no problem, i started with it. also started stump docker container but didn't see any en.json there ( i want to replace it to see the translation)

@aaronleopold
Copy link
Collaborator Author

aaronleopold commented Mar 27, 2023

Honestly I'm not sure where the locale files would be visible in the container, it must be somewhere inside that web bundle I believe is at /app/client. But, the current nightly image is based off of the develop branch, and much of the locale changes and updated usages are in al/by-chakra, so until that gets merged or I push an image manually based off of that work it will be hard to preview it in Stump

@iEusKid
Copy link

iEusKid commented Mar 27, 2023

Honestly I'm not sure where the locale files would be visible in the container, it must be somewhere inside that web bundle I believe is at /app/client. But, the current nightly image is based off of the develop branch, and much of the locale changes and updated usages are in al/by-chakra, so until that gets merged or I push an image manually based off of that work it will be hard to preview it in Stump

No problem
I will upload it once i finished

i want to ask u something about stump, will it support vertical continuous reading?

@aaronleopold
Copy link
Collaborator Author

No problem
I will upload it once i finished

Sounds good, thanks! If you're able to, be sure to go through the PR process (basing it into al/bye-chakra) so you can get credit where credit is due 🙂

i want to ask u something about stump, will it support vertical continuous reading?

Yes, but most likely not until after v0.1.0 gets released. Even though it honestly isn't overly complicated to add sooner, there is already such a large amount of work left to be done throughout other areas of Stump, see #107, and the majority of work is currently done by me on my free time during the weekends 😄

There's no official ticket/issue for it, so if this is something you want to track and be aware of once completed, I'd suggest making a feature request for it. Added bonus with the increased visibility of a feature request could also mean someone else wanting to contribute may complete it before I have the time to.

@aaronleopold
Copy link
Collaborator Author

Superseded by #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants