Skip to content

Commit a3a36e0

Browse files
committed
fix: Fixed FacialHair hair_type
1 parent 388b455 commit a3a36e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Service/TextBuilding/Localisation/EnglishTextBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3092,7 +3092,7 @@ protected override string GetHairType(Dictionary<string, string> data)
30923092
{ "Beard", "beard" },
30933093
{ "ChestHair", "chest hair" },
30943094
{ "EyebrowHair", "eyebrow hair" },
3095-
{ "FaceHair", "facial hair" },
3095+
{ "FacialHair", "facial hair" },
30963096
{ "FootHair", "foot hair" },
30973097
{ "GenitalHair", "pubic hair" },
30983098
{ "HeadHair", "head hair" },

Service/TextBuilding/Localisation/RomanianTextBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ protected override string GetHairType(Dictionary<string, string> data)
32243224
{ "Beard", "barba" },
32253225
{ "ChestHair", "părul de pe piept" },
32263226
{ "EyebrowHair", "părul de pe sprâncene" },
3227-
{ "FaceHair", "părul facial" },
3227+
{ "FacialHair", "părul facial" },
32283228
{ "FootHair", "părul de pe labele picioarelor" },
32293229
{ "GenitalHair", "părul pubian" },
32303230
{ "HairTrimmer", "trimmer-ul de păr" },

0 commit comments

Comments
 (0)