Skip to content

lowercase all the strings#426

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

lowercase all the strings#426
Alessandro-Barbieri wants to merge 10 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 = 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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I see many consistency issues right now:

  • majority of phrases that start with "Show" are in lowercase except in german
  • stats names (without a sentence attached) are capitalized only in english and german

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