1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-28 03:04:44 +02:00
This commit is contained in:
syuilo
2024-01-30 17:11:16 +09:00
parent 4183fec4ab
commit 2f0924c85b
14 changed files with 179 additions and 66 deletions

16
locales/index.d.ts vendored
View File

@@ -9633,6 +9633,22 @@ export interface Locale extends ILocale {
* CPUを追加
*/
"addCpu": string;
/**
* 東
*/
"east": string;
/**
* 南
*/
"south": string;
/**
* 西
*/
"west": string;
/**
* 北
*/
"north": string;
};
"_offlineScreen": {
/**