Skip to content

Respect Locale when uppercasing

Nico requested to merge 295-i18n-uppercasing into main

I added the correct Locale as a parameter to all usages of uppercase().

There are only two usages of lowercase() that need no Locale:

  • when selecting the keys in the theme dropdown
  • when checking the extensions of images

Closes #295 (closed)

Edited by Nico

Merge request reports