Skip to content

lowercase all the strings#426

Open
Alessandro-Barbieri wants to merge 8 commits intoBreakBB:masterfrom
Alessandro-Barbieri:lowercase
Open

lowercase all the strings#426
Alessandro-Barbieri wants to merge 8 commits intoBreakBB:masterfrom
Alessandro-Barbieri:lowercase

Conversation

@Alessandro-Barbieri
Copy link
Contributor

No description provided.

@Alessandro-Barbieri
Copy link
Contributor Author

do you prefer a huge migration or a profile reset?

@Alessandro-Barbieri
Copy link
Contributor Author

I opted for the profile reset because the migration looked ridiculously long

type = "toggle",
order = 2,
name = function() return i18n("Off Hand") end,
hidden = function() return not CanDualWield() end,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line got lost and changing it should be a separate PR imo.

type = "toggle",
order = 0,
name = function() return i18n("Show Defense Stats") end,
name = function() return i18n("Show defense stats") end,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think stat names should be lower case. So I'd prefer "Defense" over "defense" and "Mana" over "mana" and "Shadow Damage" over "Shadow damage".

The default UI is also using capitalized words like "Crit Chance".

I am okay with using "stats" and "values". For me "Hit Rating" is also a stat name, so I don't think it should be lower case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants