Skip to content

Commit

Permalink
Merge pull request #127 from Ghamza-Jd/master
Browse files Browse the repository at this point in the history
[Fix] Wrong Arabic Translation
  • Loading branch information
FelixHerrmann authored Nov 9, 2024
2 parents e84b63c + 690d13d commit d9b9338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension SettingsBundleGenerator.Language {
switch self {
case .ar:
return [
.acknowledgements: "مخزن",
.acknowledgements: "إقرارات",
]
case .de:
return [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Navigation bar title of the license list
"acknowledgments.title" = "مخزن";
"acknowledgments.title" = "إقرارات";

// Section title for the license list
"acknowledgments.section-title" = "التراخيص";

0 comments on commit d9b9338

Please sign in to comment.