mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/865 Closes #589 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
		
						commit
						996a92fc9c
					
				
					 3 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -9020,6 +9020,10 @@ export interface Locale extends ILocale {
 | 
				
			||||||
         * Remove background
 | 
					         * Remove background
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        "removeBackground": string;
 | 
					        "removeBackground": string;
 | 
				
			||||||
 | 
					        /**
 | 
				
			||||||
 | 
					         * ListenBrainz username
 | 
				
			||||||
 | 
					         */
 | 
				
			||||||
 | 
					        "listenbrainz": string;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    "_exportOrImport": {
 | 
					    "_exportOrImport": {
 | 
				
			||||||
        /**
 | 
					        /**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
	</MkInput>
 | 
						</MkInput>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<MkInput v-model="profile.listenbrainz" manualSave>
 | 
						<MkInput v-model="profile.listenbrainz" manualSave>
 | 
				
			||||||
		<template #label>ListenBrainz</template>
 | 
							<template #label>{{ i18n.ts._profile.listenbrainz }}</template>
 | 
				
			||||||
		<template #prefix><i class="ph-headphones ph-bold ph-lg"></i></template>
 | 
							<template #prefix><i class="ph-headphones ph-bold ph-lg"></i></template>
 | 
				
			||||||
	</MkInput>
 | 
						</MkInput>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -270,6 +270,7 @@ _profile:
 | 
				
			||||||
  changeBackground: "Change background"
 | 
					  changeBackground: "Change background"
 | 
				
			||||||
  updateBackground: "Update background"
 | 
					  updateBackground: "Update background"
 | 
				
			||||||
  removeBackground: "Remove background"
 | 
					  removeBackground: "Remove background"
 | 
				
			||||||
 | 
					  listenbrainz: "ListenBrainz username"
 | 
				
			||||||
_timelines:
 | 
					_timelines:
 | 
				
			||||||
  bubble: "Bubble"
 | 
					  bubble: "Bubble"
 | 
				
			||||||
_pages:
 | 
					_pages:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue