Skip to content

Commit

Permalink
Fixes invalid LocaleReference, fixes #780
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Dec 6, 2022
1 parent 87621b5 commit ebd055b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension LocaleReference {
case .base:
return ".base"
case .language(let string):
return ".language(\(string))"
return #".language("\#(string)")"#
}
}
}

0 comments on commit ebd055b

Please sign in to comment.