-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Multi-Language System. #108
Conversation
Already implemented it on some places.
Fully Implementation of the Language System into the Birthday command.
What if you use google spreadsheet (download this as a csv file) instead of yml files. |
Thats a interesting Idea I might look into it!
The YAML file is read only and will be "directly streamed" into the bots Language Manager, which means that if a typo gets fixed you only need to restart the bot. Thank you for the input, as of right now the System is mostly a "proof-of-concept", there will be alot of changes and I will consider using csv files as supported language file! |
Yes but with google spreadsheet (or any other service where you can download as csv) you can easily access it from everywhere. |
You can contact me on Discord if you want to talk about it. |
The Language file is easily accessible since all of them are in one directory which will be on the main branch after merge. https://github.com/Ree6-Applications/Ree6/tree/feature/multi-language/languages
Feel free to fork Ree6 and implement it 👍 |
Ok will start today when I am home. |
This PR will be merge with V2 after finishing it. |
Should be all ready now, just gotta document everything. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Pull Request Etiquette
Changes
Closes Issue: NaN
Description
This PR allows access to multiple language packs which can allow no english speakers to use Ree6 without Issues!