-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Themes.xaml --> Sould it be Gray or Grey? #3575
Comments
I vote for grey being a British English speaker :) too much Americanisation
of our language going on lol ;)
…On Mon, 19 Aug 2019 at 07:46, Tim ***@***.***> wrote:
*Describe the bug*
I really like the way the theme resources are called now, because it is
more intuitive. But what i don't understand is, the Name of the Gray
Brushes.
Have a look in the file Theme.xaml:
<SolidColorBrush x:Key="MahApps.Brushes.SemiTransparentGrey" Color="#40808080" options:Freeze="True" />
[....]
<SolidColorBrush x:Key="MahApps.Brushes.Gray1" Color="{StaticResource MahApps.Colors.Gray1}" options:Freeze="True" />
*To Reproduce*
Just have a look here:
https://github.com/MahApps/MahApps.Metro/blob/develop/src/MahApps.Metro/Styles/Themes/Theme.Template.xaml
*Expected behavior*
I am not a native english speaker, so I cannot tell you which spelling for
gray or grey is the correct version. But we should use only one version imo.
*Screenshots*
If applicable, add screenshots to help explain your problem.
*Environment(please complete the following information):*
- MahApps.Metro version 2.0.0 latest alpha
Happy coding
Tim
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3575?email_source=notifications&email_token=ABPMCPJOXNFZZVM33GVD4XDQFI6UDA5CNFSM4IMYPFNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HF4ZC5Q>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPMCPLZGJ2BW2AELTSBX4TQFI6UDANCNFSM4IMYPFNA>
.
|
@makingbloke the fact that you have "bloke" in your username confirms that you are, in fact, British. As an American, I actually side with @makingbloke - I personally prefer the British spelling of the word. |
@punker76 I think you are right. Then it would be easier for other people, too. Happy coding |
Usually in IT american english wins over british ;) |
Hey we’ve got to give them some concession :) Us Brits invented the
language - the Americans bastardised a dialect lol :)
…On Tue, 27 Aug 2019 at 14:26, Amaury Levé ***@***.***> wrote:
Usually in IT american english wins over british ;)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3575?email_source=notifications&email_token=ABPMCPNY364WBSCIIYU46NTQGUTQXA5CNFSM4IMYPFNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5HXEJQ#issuecomment-525300262>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPMCPLQR7EC35URZHY7R3DQGUTQXANCNFSM4IMYPFNA>
.
|
Renamed it this way to reduce the effort of renaming all other Resources
(I'll preface my answer by saying I'm British myself, albeit living in Microsoft's back-yard in Redmond) Putting national-pride aside - the official .NET Framework Style Guidelines do make it clear that I feel a small insignificant cringe in my head whenever I review Unity (game-engine) code because they named one their main interfaces I can imagine a non-native English speaker who might be completely oblivious to the differences between
If we want MahApps.Metro to counter Americanism (I won't go as far as saying "cultural imperialism"[1]) in the software industry it should be by embodying the best parts of British values, not something as patently silly as spelling. Pink Floyd said it best in 1973:
...but I'll also settle for the [1] And that would be inexcusable coming from me as someone who directly-indirectly benefited from the spoils of the days of Empire... |
Describe the bug
I really like the way the theme resources are called now, because it is more intuitive. But what i don't understand is, the Name of the Gray Brushes.
Have a look in the file Theme.xaml:
To Reproduce
Just have a look here:
https://github.com/MahApps/MahApps.Metro/blob/develop/src/MahApps.Metro/Styles/Themes/Theme.Template.xaml
Expected behavior
I am not a native english speaker, so I cannot tell you which spelling for gray or grey is the correct version. But we should use only one version imo.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment(please complete the following information):
Happy coding
Tim
The text was updated successfully, but these errors were encountered: