Skip to content

Commit

Permalink
AURORA: Add "fr" to the list of strings that parse to French
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 6, 2016
1 parent 5f7aaac commit acee209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/language_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static const LanguageStrings kLanguageStrings[] = {
{ kLanguageFrench,
{ "french", "francais", "fran\303\207ais", "franc\314\247ais", "france",
"fr-fr", "fr_fr", "fra-fr", "fra_fr", "fre-fr", "fre_fr",
"f", "fra", "fre", 0
"f", "fr", "fra", "fre", 0
}
},
{ kLanguageGerman,
Expand Down

0 comments on commit acee209

Please sign in to comment.