Skip to content

Commit

Permalink
chore: i18n keys
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Sep 27, 2024
1 parent d025759 commit 59ae822
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions kDrive/UI/View/Upsale/UpsaleViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
Infomaniak kDrive - iOS App
Copyright (C) 2024 Infomaniak Network SA
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation

public class UpsaleViewController: UIViewController {
// i18n keys
let gotAccount = "obtainkDriveAdAlreadyGotAccount"
let description = "obtainkDriveAdDescription"
let freeTrial = "obtainkDriveAdFreeTrialButton"
let adListing1 = "obtainkDriveAdListing1"
let adListing2 = "obtainkDriveAdListing2"
let adlisting3 = "obtainkDriveAdListing3"
let obtainDriveTitle = "obtainkDriveAdTitle"
}

0 comments on commit 59ae822

Please sign in to comment.