Skip to content

Conversation

Wishmaster117
Copy link

No description provided.

Copy link
Member

@LuckyLuc96 LuckyLuc96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. I don't know very much about the gossip system, but does it natively support having different locales?

So the .SQL files you made can all be imported, and the client will just use the correct language?

Thanks for adding a back button. I didn't realize how annoying not having one would be.

@Wishmaster117
Copy link
Author

Wishmaster117 commented Aug 9, 2025

This looks great. I don't know very much about the gossip system, but does it natively support having different locales?

So the .SQL files you made can all be imported, and the client will just use the correct language?

Thanks for adding a back button. I didn't realize how annoying not having one would be.

Yes the client auto detect the language and pick the datas in local database.
For exemple, my client is French so I have all menus and names in French.
The main options and menus are in table "gossip_menu_option "(your sql file) and other languages goes to table "gossip_menu_option_locale" so my sql files can all be imported to this database the key is the locale column: frFr for French, esES for Spanish etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants