@@ -110,28 +110,28 @@ struct OnboardingContentView: View {
110110 VStack ( alignment: . leading, spacing: 16 ) {
111111 featureRow (
112112 icon: " cylinder.split.1x2 " ,
113- title: " MySQL, PostgreSQL & SQLite " ,
114- description: " Connect to popular databases with full feature support "
113+ title: String ( localized : " MySQL, PostgreSQL & SQLite " ) ,
114+ description: String ( localized : " Connect to popular databases with full feature support " )
115115 )
116116 featureRow (
117117 icon: " chevron.left.forwardslash.chevron.right " ,
118- title: " Smart SQL Editor " ,
119- description: " Syntax highlighting, autocomplete, and multi-tab editing "
118+ title: String ( localized : " Smart SQL Editor " ) ,
119+ description: String ( localized : " Syntax highlighting, autocomplete, and multi-tab editing " )
120120 )
121121 featureRow (
122122 icon: " tablecells " ,
123- title: " Interactive Data Grid " ,
124- description: " Browse, edit, and manage your data with ease "
123+ title: String ( localized : " Interactive Data Grid " ) ,
124+ description: String ( localized : " Browse, edit, and manage your data with ease " )
125125 )
126126 featureRow (
127127 icon: " lock.shield " ,
128- title: " Secure Connections " ,
129- description: " SSH tunneling and SSL/TLS encryption support "
128+ title: String ( localized : " Secure Connections " ) ,
129+ description: String ( localized : " SSH tunneling and SSL/TLS encryption support " )
130130 )
131131 featureRow (
132132 icon: " brain " ,
133- title: " AI-Powered Assistant " ,
134- description: " Get intelligent SQL suggestions and query assistance "
133+ title: String ( localized : " AI-Powered Assistant " ) ,
134+ description: String ( localized : " Get intelligent SQL suggestions and query assistance " )
135135 )
136136 }
137137 . padding ( . horizontal, 20 )
0 commit comments