Skip to content

Commit

Permalink
Updated for Italian language
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 21, 2023
1 parent 415c3d1 commit 7002893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WUView/Models/TranslationContributors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ public class TranslationContributors
{
new TranslationContributors {Language = "English", LanguageCode = "en-US", Contributor = "@Timthreetwelve", Note = "Default" },
new TranslationContributors {Language = "English", LanguageCode = "en-GB", Contributor = "@Timthreetwelve"},
new TranslationContributors {Language = "Español", LanguageCode = "es-ES", Contributor = "My AWESOME brother Steve"},
new TranslationContributors {Language = "Spanish", LanguageCode = "es-ES", Contributor = "My AWESOME brother Steve"},
new TranslationContributors {Language = "Dutch", LanguageCode = "nl-NL", Contributor = "Tim" },
new TranslationContributors {Language = "Italian", LanguageCode = "it-IT", Contributor = "RB" },
};
}
}
1 change: 1 addition & 0 deletions WUView/Models/UILanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public override string ToString()
new UILanguage {Language = "English", LanguageCode = "en-US", LanguageNative = "English (en-US)"},
new UILanguage {Language = "English", LanguageCode = "en-GB", LanguageNative = "English (en-GB)"},
new UILanguage {Language = "Spanish", LanguageCode = "es-ES", LanguageNative = "Español (es-ES) - Spanish"},
new UILanguage {Language = "Italian", LanguageCode = "it-IT", LanguageNative = "Italiano (it-IT) - Italian"},
new UILanguage {Language = "Dutch", LanguageCode = "nl-NL", LanguageNative = "Nederlands (nl-NL) - Dutch"},
};
}

0 comments on commit 7002893

Please sign in to comment.