Since the current code uses a handcoded approach for popup construction reuse the unused ui file to keep translatable strings. Since UI file in popover.rs runs through glib the strings get translated. Future rework will allow us to get rid of this duplication but since the ui file went unnoticed for so long who could possibly complain. Closes: #315
		
			
				
	
	
		
			13 lines
		
	
	
		
			350 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			350 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!-- Currently only serves translations until we make popover.rs use it -->
 | 
						|
<interface>
 | 
						|
  <menu>
 | 
						|
    <section>
 | 
						|
      <item>
 | 
						|
        <attribute name="label" translatable="yes">Keyboard Settings</attribute>
 | 
						|
        <attribute name="action">settings</attribute>
 | 
						|
      </item>
 | 
						|
    </section>
 | 
						|
  </menu>
 | 
						|
</interface>
 |