Skip to content

Commit

Permalink
improved toStrign.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 24, 2024
1 parent ec293cd commit 6611a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/meeuw/i18n/languages/LanguageCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public String getCode() {

@Override
public String toString() {
return getCode() + ":" + refName;
return getCode() + " (" + refName + ")";
}


Expand Down

0 comments on commit 6611a1f

Please sign in to comment.