1
0

enhance(reversi): improve game setting flow

This commit is contained in:
syuilo
2024-01-24 13:17:34 +09:00
parent d060bb44e1
commit a3ba315dc6
3 changed files with 13 additions and 0 deletions
+4
View File
@@ -9591,6 +9591,10 @@ export interface Locale extends ILocale {
* 対局を開始しました! #MisskeyReversi
*/
"iStartedAGame": string;
/**
* 相手が設定を変更しました
*/
"opponentHasSettingsChanged": string;
};
"_offlineScreen": {
/**