mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix invalid translations
This commit is contained in:
		@@ -74,26 +74,26 @@ class TourRouteState extends State<TourRoute> {
 | 
			
		||||
          PresentationPane(
 | 
			
		||||
            icon: Icons.group_add,
 | 
			
		||||
            title: tr("Friends"),
 | 
			
		||||
            text: tr(
 | 
			
		||||
                "You can search the people you know and ask them to become your friends!\n\nThis will help you to reach them to exchange information!"),
 | 
			
		||||
            text:
 | 
			
		||||
                "${tr("You can search the people you know and ask them to become your friends!")}\n\n${tr("This will help you to reach them to exchange information!")}",
 | 
			
		||||
          ),
 | 
			
		||||
          PresentationPane(
 | 
			
		||||
            icon: Icons.question_answer,
 | 
			
		||||
            title: tr("Conversations"),
 | 
			
		||||
            text: tr(
 | 
			
		||||
                "With Comunic, you can have conversations with all your friends.\n\nIt is also possible to make video calls!"),
 | 
			
		||||
            text:
 | 
			
		||||
                "${tr("With Comunic, you can have conversations with all your friends.")}\n\n${tr("It is also possible to make video calls!")}",
 | 
			
		||||
          ),
 | 
			
		||||
          PresentationPane(
 | 
			
		||||
            icon: Icons.group,
 | 
			
		||||
            title: tr("Groups"),
 | 
			
		||||
            text: tr(
 | 
			
		||||
                "You can join groups where people share the same interests as you!\n\nIt is also easy to create your own groups!"),
 | 
			
		||||
            text:
 | 
			
		||||
                "${tr("You can join groups where people share the same interests as you!")}\n\n${tr("It is also easy to create your own groups!")}",
 | 
			
		||||
          ),
 | 
			
		||||
          PresentationPane(
 | 
			
		||||
            icon: Icons.lock,
 | 
			
		||||
            title: tr("Privacy"),
 | 
			
		||||
            text: tr(
 | 
			
		||||
                "Your data is YOUR DATA. We will never use it or sell it.\n\nIf you do not trust us, you can always check out our source code to verify it!"),
 | 
			
		||||
            text:
 | 
			
		||||
                "${tr("Your data is YOUR DATA. We will never use it or sell it.")}\n\n${tr("If you do not trust us, you can always check out our source code to verify it!")}",
 | 
			
		||||
          ),
 | 
			
		||||
          LastTourPane(),
 | 
			
		||||
        ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user