1
0

merge: Feat: Implement "Show Below Avatar" for Avatar Decorations (!645)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/645

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Marie
2024-10-03 20:40:34 +00:00
12 changed files with 36 additions and 1 deletions
+1
View File
@@ -1279,6 +1279,7 @@ detach: "Remove"
detachAll: "Remove All"
angle: "Angle"
flip: "Flip"
showBelowAvatar: "Show Below Avatar"
showAvatarDecorations: "Show avatar decorations"
releaseToRefresh: "Release to refresh"
refreshing: "Refreshing..."
+4
View File
@@ -5133,6 +5133,10 @@ export interface Locale extends ILocale {
*
*/
"flip": string;
/**
*
*/
"showBelowAvatar": string;
/**
*
*/
+1
View File
@@ -1279,6 +1279,7 @@ detach: "外す"
detachAll: "全て外す"
angle: "角度"
flip: "反転"
showBelowAvatar: "アイコンの後ろに表示"
showAvatarDecorations: "アイコンのデコレーションを表示"
releaseToRefresh: "離してリロード"
refreshing: "リロード中"