Add updated french translations

This commit is contained in:
maddiebaka
2023-11-07 12:22:49 -05:00
parent e2a6ecb341
commit da83c34090
6 changed files with 437 additions and 301 deletions

View File

@@ -1,20 +0,0 @@
//
// FlashCardLessonResultsView.swift
// Toki Trainer
//
// Created by Avery Ada Pace on 11/8/21.
//
import SwiftUI
struct FlashCardLessonResultsView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct FlashCardLessonResultsView_Previews: PreviewProvider {
static var previews: some View {
FlashCardLessonResultsView()
}
}