1
0

upd: move some strings into i18n

This commit is contained in:
Mar0xy
2023-10-15 17:47:16 +02:00
parent c904fa6b59
commit 704b93f7d6
5 changed files with 16 additions and 4 deletions
+4
View File
@@ -111,6 +111,8 @@ export interface Locale {
"renote": string;
"unrenote": string;
"renoted": string;
"rmboost": string;
"rmquote": string;
"cantRenote": string;
"cantReRenote": string;
"quote": string;
@@ -326,6 +328,7 @@ export interface Locale {
"rename": string;
"avatar": string;
"banner": string;
"background": string;
"displayOfSensitiveMedia": string;
"whenServerDisconnected": string;
"disconnectedFromServer": string;
@@ -2042,6 +2045,7 @@ export interface Locale {
"metadataContent": string;
"changeAvatar": string;
"changeBanner": string;
"changeBackground": string;
"verifiedLinkDescription": string;
};
"_exportOrImport": {