Skip to content

Commit

Permalink
Fix case of culture
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Field committed Jan 14, 2022
1 parent 9f787f8 commit 32b5c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ impl FromStr for Cultures {
"pt-pt" => Ok(Cultures::PtPt),
"ro-ro" => Ok(Cultures::RoRo),
"ru-ru" => Ok(Cultures::RuRu),
"sr-Latn-CS" => Ok(Cultures::SrLatnCs),
"sr-latn-cs" => Ok(Cultures::SrLatnCs),
"zh-cn" => Ok(Cultures::ZhCn),
"sk-sk" => Ok(Cultures::SkSk),
"sl-si" => Ok(Cultures::SlSi),
Expand Down

0 comments on commit 32b5c1e

Please sign in to comment.