[DiscordArchive] Good afternoon, can it be that the table locales_gossip is a little different from TC?
[DiscordArchive] Good afternoon, can it be that the table locales_gossip is a little different from TC?
Archived author: Winfidonarleyan • Posted: 2019-01-19T22:29:38.575000+00:00
Original source
```cpp
char const* localeNames[TOTAL_LOCALES] = {
"enUS",
"koKR",
"frFR",
"deDE",
"zhCN",
"zhTW",
"esES",
"esMX",
"ruRU"
};
```
Archived author: Winfidonarleyan • Posted: 2019-01-19T22:30:13.476000+00:00
Original source
in db need `koKR` or etc
Archived author: stevej • Posted: 2019-01-19T22:38:47.929000+00:00
Original source
Thanks, I'll try it. <@365169287926906883>
Archived author: stevej • Posted: 2019-01-19T22:39:22.867000+00:00
Original source
Is that information in the wiki or somewhere? I have the local gossip table empty.
Archived author: stevej • Posted: 2019-01-19T22:39:46.560000+00:00
Original source
And I updated the changes 48 hours ago.
Archived author: Winfidonarleyan • Posted: 2019-01-19T22:44:30.079000+00:00
Original source
Data in `broadcast_text` and `broadcast_text_locale`
Archived author: stevej • Posted: 2019-01-19T22:44:49.122000+00:00
Original source
Okay, I'll check it out. Thank you
Archived author: stevej • Posted: 2019-01-19T23:15:22.687000+00:00
Original source
Now that I'm reviewing the conversation a little bit, I realized I was expressing myself badly. Even though I needed to have the information that happened to me and what we were debating, my question is actually another. Is that new structure that we are using now for example in gossip_menu_option_locales the same one that TC uses? Because if the idea was to migrate the tables so that they would look like theirs and that way, to make it easier for people who have TC today to switch to AC, we should try to have the same structures.
Archived author: stevej • Posted: 2019-01-19T23:17:23.253000+00:00
Original source
I ask that, because otherwise the SQL scripts of TC are not going to be compatible with AC and vice versa. But it's a question. Since unfortunately, I can't help you collaborate on anything. I would love to, but I am still very green, I have to learn many things. Just with luck, I'm learning to do PR and I have to talk to many of you privately because sometimes I forget things.
(PS. I also use a translator, I'll let you know if you don't understand a word)
Archived author: stevej • Posted: 2019-01-19T23:19:26.837000+00:00
Original source
I've only been fixing things for two years. First in TC for a server that did not collaborate with the community and now I try to bring to you the changes I see or make in my server with AC. But since October 28, 2018 that I am with this, I am relatively new. I love programming and stuff, but I do it for fun. I don't live off that.