Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PureMac/Models/AppLanguage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Foundation
enum AppLanguage: String, CaseIterable, Identifiable {
case system = "system"
case english = "en"
case french = "fr"
case spanish = "es"
case japanese = "ja"
case arabic = "ar"
Expand All @@ -19,6 +20,7 @@ enum AppLanguage: String, CaseIterable, Identifiable {
switch self {
case .system: return "System Default"
case .english: return "English"
case .french: return "French"
case .spanish: return "Spanish"
case .japanese: return "Japanese"
case .arabic: return "Arabic"
Expand Down
1 change: 1 addition & 0 deletions PureMac/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "إعادة التشغيل الآن";
"System Default" = "افتراضي النظام";
"English" = "الإنجليزية";
"French" = "الفرنسية";
"Spanish" = "الإسبانية";
"Japanese" = "اليابانية";
"Arabic" = "العربية";
Expand Down
1 change: 1 addition & 0 deletions PureMac/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"Relaunch Now" = "Relaunch Now";
"System Default" = "System Default";
"English" = "English";
"French" = "French";
"Spanish" = "Spanish";
"Japanese" = "Japanese";
"Arabic" = "Arabic";
Expand Down
1 change: 1 addition & 0 deletions PureMac/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "Reiniciar ahora";
"System Default" = "Predeterminado del sistema";
"English" = "Inglés";
"French" = "Francés";
"Spanish" = "Español";
"Japanese" = "Japonés";
"Arabic" = "Árabe";
Expand Down
378 changes: 378 additions & 0 deletions PureMac/fr.lproj/Localizable.strings

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions PureMac/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "今すぐ再起動";
"System Default" = "システムデフォルト";
"English" = "英語";
"French" = "フランス語";
"Spanish" = "スペイン語";
"Japanese" = "日本語";
"Arabic" = "アラビア語";
Expand Down
1 change: 1 addition & 0 deletions PureMac/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"Relaunch Now" = "Uruchom ponownie teraz";
"System Default" = "Domyślny systemowy";
"English" = "Angielski";
"French" = "Francuski";
"Spanish" = "Hiszpański";
"Japanese" = "Japoński";
"Arabic" = "Arabski";
Expand Down
1 change: 1 addition & 0 deletions PureMac/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "Reiniciar agora";
"System Default" = "Padrão do sistema";
"English" = "Inglês";
"French" = "Francês";
"Spanish" = "Espanhol";
"Japanese" = "Japonês";
"Arabic" = "Árabe";
Expand Down
1 change: 1 addition & 0 deletions PureMac/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "立即重新启动";
"System Default" = "系统默认";
"English" = "英语";
"French" = "法语";
"Spanish" = "西班牙语";
"Japanese" = "日语";
"Arabic" = "阿拉伯语";
Expand Down
1 change: 1 addition & 0 deletions PureMac/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"Relaunch Now" = "立即重新啟動";
"System Default" = "系統預設";
"English" = "英文";
"French" = "法文";
"Spanish" = "西班牙文";
"Japanese" = "日文";
"Arabic" = "阿拉伯文";
Expand Down