Skip to content
Snippets Groups Projects

Don't add encondings in i18n functions

Merged Jonathan Weth requested to merge fix/no-encoding-before-normalise into master

This code was unnecessary as normalise_locale adds the default encoding automatically. As normalise_locale doesn't work with locale names like en.UTF-8 (produced by this code fragments), it's better to just use en as locale name. normalise_locale would change en to en_US.UTF-8 then.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading