[PR #995] [MERGED] Add supported language information to product code embed info #1000

Closed
opened 2026-02-15 15:57:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/995
Author: @13xforever
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 052c3d4 misc
  • 028bed6 add supported languages info to product code info embed
  • f4ec481 add country flag mappings to language codes
  • 19cce26 don't add language field for log results

📊 Changes

7 files changed (+297 additions, -16 deletions)

View changed files

📝 Clients/CompatApiClient/POCOs/CompatResult.cs (+1 -0)
📝 Clients/IrdLibraryClient/IrdClient.cs (+98 -1)
📝 CompatBot/Commands/Ird.cs (+1 -1)
📝 CompatBot/Config.cs (+1 -0)
CompatBot/Database/Providers/DiscLanguageProvider.cs (+170 -0)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+25 -14)

📄 Description

Data could be sourced from redump datfile snapshots. Cache it for a week.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/995 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`052c3d4`](https://github.com/RPCS3/discord-bot/commit/052c3d474ff318df1f694e3834f1a80fa56132d3) misc - [`028bed6`](https://github.com/RPCS3/discord-bot/commit/028bed6d322f6a6e73aaf0b16587eaf9f066fb47) add supported languages info to product code info embed - [`f4ec481`](https://github.com/RPCS3/discord-bot/commit/f4ec4819a53efb9c2c5aa0972dc927f1df2ab76b) add country flag mappings to language codes - [`19cce26`](https://github.com/RPCS3/discord-bot/commit/19cce26517a1b5dfecea25a3839e22cd719a89ed) don't add language field for log results ### 📊 Changes **7 files changed** (+297 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/POCOs/CompatResult.cs` (+1 -0) 📝 `Clients/IrdLibraryClient/IrdClient.cs` (+98 -1) 📝 `CompatBot/Commands/Ird.cs` (+1 -1) 📝 `CompatBot/Config.cs` (+1 -0) ➕ `CompatBot/Database/Providers/DiscLanguageProvider.cs` (+170 -0) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+25 -14) </details> ### 📄 Description Data could be sourced from redump datfile snapshots. Cache it for a week. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:27 -05:00
yindo closed this issue 2026-02-15 15:57:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#1000