Actions
Refactor #14318
closedOnly load JS translation table for current locale
Description
As described in #12944 comments, the Javascript locale lookup tables from app/assets/javascripts/locale/ for gettext_i18n_rails_js are large as they are loaded for all languages.
These could be loaded only for the locale that the page is rendered with, and the files could be precompiled separately.
Actions