-
- Downloads
Converted language list to dynamic (#4303)
* Converted language list to dynamic * eslint * Improved robustness * rubo: * remove test file
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/controllers/api/v1/locales_controller.rb 39 additions, 0 deletionsapp/controllers/api/v1/locales_controller.rb
- app/controllers/locales_controller.rb 0 additions, 11 deletionsapp/controllers/locales_controller.rb
- app/javascript/components/users/user/forms/UpdateUserForm.jsx 3 additions, 14 deletions...javascript/components/users/user/forms/UpdateUserForm.jsx
- app/javascript/hooks/queries/locales/useLocales.jsx 13 additions, 0 deletionsapp/javascript/hooks/queries/locales/useLocales.jsx
- app/javascript/i18n.jsx 1 addition, 1 deletionapp/javascript/i18n.jsx
- config/routes.rb 1 addition, 2 deletionsconfig/routes.rb
... | ... | @@ -15,6 +15,7 @@ gem 'cssbundling-rails' |
gem 'data_migrate' | ||
gem 'dotenv-rails' | ||
gem 'hcaptcha' | ||
gem 'i18n-language-mapping' | ||
gem 'image_processing', '~> 1.2' | ||
gem 'jbuilder' | ||
gem 'jsbundling-rails' | ||
... | ... |
app/controllers/api/v1/locales_controller.rb
0 → 100644
Please register or sign in to comment