mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Add language string
This commit is contained in:
		
							parent
							
								
									a3731f3392
								
							
						
					
					
						commit
						cfa273adfa
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -11374,6 +11374,10 @@ export interface Locale extends ILocale {
 | 
				
			||||||
     * Remote followers may have incomplete or outdated activity
 | 
					     * Remote followers may have incomplete or outdated activity
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    "remoteFollowersWarning": string;
 | 
					    "remoteFollowersWarning": string;
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * Sort key
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    "sortKey": string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
declare const locales: {
 | 
					declare const locales: {
 | 
				
			||||||
    [lang: string]: Locale;
 | 
					    [lang: string]: Locale;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -397,3 +397,5 @@ _auth:
 | 
				
			||||||
  allowed: "Allowed"
 | 
					  allowed: "Allowed"
 | 
				
			||||||
_announcement:
 | 
					_announcement:
 | 
				
			||||||
  new: "New"
 | 
					  new: "New"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					sortKey: "Sort key"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue