Skip to content

Commit 8642640

Browse files
committed
Fix Locale building
1 parent 083caa4 commit 8642640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection/src/inflection/message2/MF2Factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const inflection::dialog::SemanticFeatureModel* GetSemanticFeatureModel(
5858
return ::inflection::dialog::LocalizedCommonConceptFactoryProvider
5959
::getDefaultCommonConceptFactoryProvider()
6060
->getCommonConceptFactory(
61-
inflection::util::ULocale(locale.getLanguage(), locale.getCountry()))
61+
inflection::util::ULocale(locale.getName()))
6262
->getSemanticFeatureModel();
6363
}
6464

0 commit comments

Comments
 (0)