Skip to content

Commit ea85347

Browse files
Copilottinohager
andauthored
Fix OfficialName for French Guiana to "Guyane française" (#56)
* Initial plan * Update OfficialName for French Guiana to "Guyane française" Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com>
1 parent f70fe73 commit ea85347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Country/CountryInfos/FrenchGuianaCountryInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public sealed class FrenchGuianaCountryInfo : ICountryInfo
1111
public string CommonName => "French Guiana";
1212

1313
/// <inheritdoc/>
14-
public string OfficialName => "Guiana";
14+
public string OfficialName => "Guyane française";
1515

1616
/// <inheritdoc/>
1717
public string NativeName => "Guyane française";

0 commit comments

Comments
 (0)