* Locale settings * Time/date format fix * Locale: add docs, enums for HAL, cleanup. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="system_settings",
 | 
						|
    name="System",
 | 
						|
    apptype=FlipperAppType.SETTINGS,
 | 
						|
    entry_point="system_settings_app",
 | 
						|
    requires=["gui", "locale"],
 | 
						|
    stack_size=1 * 1024,
 | 
						|
    order=70,
 | 
						|
)
 |