Skip to content

Commit

Permalink
Update ManifestManager+LanguageResolver.swift (#232)
Browse files Browse the repository at this point in the history
Fix issue with downloading language dialects.
  • Loading branch information
serhii-londar authored Oct 16, 2023
1 parent c51c3bc commit 27b835f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ extension ManifestManager: LanguageResolver {
}

func iOSLanguageCode(for crowdinLocalization: String) -> String? {
allLanguages.first(where: { $0.id == crowdinLocalization })?.osxLocale
allLanguages.first(where: { $0.id == crowdinLocalization })?.iOSLanguageCode
}
}

0 comments on commit 27b835f

Please sign in to comment.